#C08072

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

Shades of Brandy Rose #C08072

Tints of Brandy Rose #C08072

Color information

#C08072 (or 0xC08072) is unknown color: approx Brandy Rose. HEX triplet: C0, 80 and 72. RGB value is (192,128,114). Sum of RGB (Red+Green+Blue) = 192+128+114=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C08072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08072 is #3F7F8D. Grayscale: #919191. Windows color (decimal): -4161422 or 7504064. OLE color: 7504064.

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

Color convert

RGB192128114-
CMYK00.330.410.25
HSL10.77º38.24%60%-
HSV(B)10.77º40.62%75.29%-
XYZ32.4927.8619.58-
YUV145.54110.2161.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=44.24%
G=29.49%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212811400.330.410.2510.7738.2460
HexC080720212919b263c
Octal3002001620415131134674
Binary110000001000000011100100100001101001110011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08072; }

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

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

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

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

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

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

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

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