#C08079

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

Shades of Brandy Rose #C08079

Tints of Brandy Rose #C08079

Color information

#C08079 (or 0xC08079) is unknown color: approx Brandy Rose. HEX triplet: C0, 80 and 79. RGB value is (192,128,121). Sum of RGB (Red+Green+Blue) = 192+128+121=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08079 is #3F7F86. Grayscale: #929292. Windows color (decimal): -4161415 or 7962816. OLE color: 7962816.

HSL color Cylindrical-coordinate representation of color #C08079: hue angle of 5.92º 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 #C08079 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192128121-
CMYK00.330.370.25
HSL5.92º36.04%61.37%-
HSV(B)5.92º36.98%75.29%-
XYZ32.9128.0321.76-
YUV146.34113.7160.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=43.54%
G=29.02%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212812100.330.370.255.9236.0461.37
HexC0807902125196243d
Octal300200171041453164475
Binary11000000100000001111001010000110010111001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08079; }

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

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

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

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

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

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

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

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