#C08E7D

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

Shades of Brandy Rose #C08E7D

Tints of Brandy Rose #C08E7D

Color information

#C08E7D (or 0xC08E7D) is unknown color: approx Brandy Rose. HEX triplet: C0, 8E and 7D. RGB value is (192,142,125). Sum of RGB (Red+Green+Blue) = 192+142+125=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E7D is #3F7182. Grayscale: #9B9B9B. Windows color (decimal): -4157827 or 8228544. OLE color: 8228544.

HSL color Cylindrical-coordinate representation of color #C08E7D: hue angle of 15.22º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08E7D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB192142125-
CMYK00.260.350.25
HSL15.22º34.72%62.16%-
HSV(B)15.22º34.9%75.29%-
XYZ35.1132.0323.73-
YUV155.01111.06154.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=41.83%
G=30.94%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214212500.260.350.2515.2234.7262.16
HexC08E7D01A2319f233e
Octal3002161750324331174376
Binary11000000100011101111101011010100011110011111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E7D; }

 p { color: rgb(192,142,125); }

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

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

 a { background-color: rgb(192,142,125); }

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

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

 span { border-color: rgb(192,142,125); }

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