#C08479

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

Shades of Brandy Rose #C08479

Tints of Brandy Rose #C08479

Color information

#C08479 (or 0xC08479) is unknown color: approx Brandy Rose. HEX triplet: C0, 84 and 79. RGB value is (192,132,121). Sum of RGB (Red+Green+Blue) = 192+132+121=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C08479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08479 is #3F7B86. Grayscale: #949494. Windows color (decimal): -4160391 or 7963840. OLE color: 7963840.

HSL color Cylindrical-coordinate representation of color #C08479: hue angle of 9.3º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08479 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192132121-
CMYK00.310.370.25
HSL9.3º36.04%61.37%-
HSV(B)9.3º36.98%75.29%-
XYZ33.4429.0921.94-
YUV148.69112.38158.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=43.15%
G=29.66%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213212100.310.370.259.336.0461.37
HexC0847901F25199243d
Octal3002041710374531114475
Binary11000000100001001111001011111100101110011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08479; }

 p { color: rgb(192,132,121); }

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

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

 a { background-color: rgb(192,132,121); }

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

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

 span { border-color: rgb(192,132,121); }

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