#C67E76

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

Shades of Brandy Rose #C67E76

Tints of Brandy Rose #C67E76

Color information

#C67E76 (or 0xC67E76) is unknown color: approx Brandy Rose. HEX triplet: C6, 7E and 76. RGB value is (198,126,118). Sum of RGB (Red+Green+Blue) = 198+126+118=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E76 is #398189. Grayscale: #929292. Windows color (decimal): -3768714 or 7765702. OLE color: 7765702.

HSL color Cylindrical-coordinate representation of color #C67E76: hue angle of 6º 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 #C67E76 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198126118-
CMYK00.360.400.22
HSL41.24%61.96%-
HSV(B)40.4%77.65%-
XYZ34.0228.2420.8-
YUV146.62111.85164.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=44.80%
G=28.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812611800.360.400.22641.2461.96
HexC67E7602428166293e
Octal306176166044502665176
Binary1100011011111101110110010010010100010110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E76; }

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

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

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

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

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

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

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

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