#C1816F

Color #C1816F Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C1816F

Tints of Brandy Rose #C1816F

Color information

#C1816F (or 0xC1816F) is unknown color: approx Brandy Rose. HEX triplet: C1, 81 and 6F. RGB value is (193,129,111). Sum of RGB (Red+Green+Blue) = 193+129+111=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1816F is #3E7E90. Grayscale: #929292. Windows color (decimal): -4095633 or 7307713. OLE color: 7307713.

HSL color Cylindrical-coordinate representation of color #C1816F: hue angle of 13.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1816F is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193129111-
CMYK00.330.420.24
HSL13.17º39.81%59.61%-
HSV(B)13.17º42.49%75.69%-
XYZ32.7128.1918.76-
YUV146.08108.2161.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=44.57%
G=29.79%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312911100.330.420.2413.1739.8159.61
HexC1816F0212A18d283c
Octal3012011570415230155074
Binary110000011000000111011110100001101010110001101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1816F; }

 p { color: rgb(193,129,111); }

 H1.HeaderClassName
 {
   color: #C1816F;
 }
 .AnyTagClassName
 {
   color: #C1816F;
 }
</style>
background-color css

<style>
 a { background-color: #C1816F; }

 a { background-color: rgb(193,129,111); }

 div.DivClassName
 {
   background-color: #C1816F;
 }
 .BgClassName
 {
   background-color: #C1816F;
 }
</style>
border-color css

<style>
 span { border-color: #C1816F; }

 span { border-color: rgb(193,129,111); }

 td.TdClassName
 {
   border-color: #C1816F;
 }
 .TagClassName
 {
   border-color: #C1816F;
 }
</style>