#C08E7E

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

Shades of Brandy Rose #C08E7E

Tints of Brandy Rose #C08E7E

Color information

#C08E7E (or 0xC08E7E) is unknown color: approx Brandy Rose. HEX triplet: C0, 8E and 7E. RGB value is (192,142,126). Sum of RGB (Red+Green+Blue) = 192+142+126=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E7E is #3F7181. Grayscale: #9B9B9B. Windows color (decimal): -4157826 or 8294080. OLE color: 8294080.

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

Color convert

RGB192142126-
CMYK00.260.340.25
HSL14.55º34.38%62.35%-
HSV(B)14.55º34.38%75.29%-
XYZ35.1832.0624.07-
YUV155.13111.56154.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=41.74%
G=30.87%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214212600.260.340.2514.5534.3862.35
HexC08E7E01A2219f223e
Octal3002161760324231174276
Binary11000000100011101111110011010100010110011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E7E; }

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

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

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

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

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

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

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

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