#C0816E

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

Shades of Brandy Rose #C0816E

Tints of Brandy Rose #C0816E

Color information

#C0816E (or 0xC0816E) is unknown color: approx Brandy Rose. HEX triplet: C0, 81 and 6E. RGB value is (192,129,110). Sum of RGB (Red+Green+Blue) = 192+129+110=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0816E is #3F7E91. Grayscale: #919191. Windows color (decimal): -4161170 or 7242176. OLE color: 7242176.

HSL color Cylindrical-coordinate representation of color #C0816E: hue angle of 13.9º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0816E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192129110-
CMYK00.330.430.25
HSL13.9º39.42%59.22%-
HSV(B)13.9º42.71%75.29%-
XYZ32.428.0318.45-
YUV145.67107.87161.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=44.55%
G=29.93%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212911000.330.430.2513.939.4259.22
HexC0816E0212B19e273b
Octal3002011560415331164773
Binary110000001000000111011100100001101011110011110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0816E; }

 p { color: rgb(192,129,110); }

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

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

 a { background-color: rgb(192,129,110); }

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

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

 span { border-color: rgb(192,129,110); }

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