#c08572

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

Shades of Brandy Rose #C08572

Tints of Brandy Rose #C08572

Color information

#C08572 (or 0xC08572) is unknown color: approx Brandy Rose. HEX triplet: C0, 85 and 72. RGB value is (192,133,114). Sum of RGB (Red+Green+Blue) = 192+133+114=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08572 is #3F7A8D. Grayscale: #949494. Windows color (decimal): -4160142 or 7505344. OLE color: 7505344.

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

Color convert

RGB192133114-
CMYK00.310.410.25
HSL14.62º38.24%60%-
HSV(B)14.62º40.62%75.29%-
XYZ33.1629.219.81-
YUV148.48108.55159.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=43.74%
G=30.30%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213311400.310.410.2514.6238.2460
HexC0857201F2919f263c
Octal3002051620375131174674
Binary11000000100001011110010011111101001110011111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08572; }

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

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

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

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

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

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

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

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