#C08D7E

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

Shades of Brandy Rose #C08D7E

Tints of Brandy Rose #C08D7E

Color information

#C08D7E (or 0xC08D7E) is unknown color: approx Brandy Rose. HEX triplet: C0, 8D and 7E. RGB value is (192,141,126). Sum of RGB (Red+Green+Blue) = 192+141+126=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D7E is #3F7281. Grayscale: #9A9A9A. Windows color (decimal): -4158082 or 8293824. OLE color: 8293824.

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

Color convert

RGB192141126-
CMYK00.270.340.25
HSL13.64º34.38%62.35%-
HSV(B)13.64º34.38%75.29%-
XYZ35.0331.7624.02-
YUV154.54111.9154.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=41.83%
G=30.72%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214112600.270.340.2513.6434.3862.35
HexC08D7E01B2219e223e
Octal3002151760334231164276
Binary11000000100011011111110011011100010110011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D7E; }

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

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

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

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

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

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

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

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