#C67D76

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

Shades of Brandy Rose #C67D76

Tints of Brandy Rose #C67D76

Color information

#C67D76 (or 0xC67D76) is unknown color: approx Brandy Rose. HEX triplet: C6, 7D and 76. RGB value is (198,125,118). Sum of RGB (Red+Green+Blue) = 198+125+118=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67D76 is #398289. Grayscale: #929292. Windows color (decimal): -3768970 or 7765446. OLE color: 7765446.

HSL color Cylindrical-coordinate representation of color #C67D76: hue angle of 5.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67D76 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198125118-
CMYK00.370.400.22
HSL5.25º41.24%61.96%-
HSV(B)5.25º40.4%77.65%-
XYZ33.8927.9820.75-
YUV146.03112.18165.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=44.90%
G=28.34%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812511800.370.400.225.2541.2461.96
HexC67D7602528165293e
Octal306175166045502655176
Binary1100011011111011110110010010110100010110101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D76; }

 p { color: rgb(198,125,118); }

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

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

 a { background-color: rgb(198,125,118); }

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

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

 span { border-color: rgb(198,125,118); }

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