#C08C7D

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

Shades of Brandy Rose #C08C7D

Tints of Brandy Rose #C08C7D

Color information

#C08C7D (or 0xC08C7D) is unknown color: approx Brandy Rose. HEX triplet: C0, 8C and 7D. RGB value is (192,140,125). Sum of RGB (Red+Green+Blue) = 192+140+125=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C7D is #3F7382. Grayscale: #999999. Windows color (decimal): -4158339 or 8228032. OLE color: 8228032.

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

Color convert

RGB192140125-
CMYK00.270.350.25
HSL13.43º34.72%62.16%-
HSV(B)13.43º34.9%75.29%-
XYZ34.8231.4423.64-
YUV153.84111.73155.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=42.01%
G=30.63%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214012500.270.350.2513.4334.7262.16
HexC08C7D01B2319d233e
Octal3002141750334331154376
Binary11000000100011001111101011011100011110011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C7D; }

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

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

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

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

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

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

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

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