#C67875

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

Shades of Contessa #C67875

Tints of Contessa #C67875

Color information

#C67875 (or 0xC67875) is unknown color: approx Contessa. HEX triplet: C6, 78 and 75. RGB value is (198,120,117). Sum of RGB (Red+Green+Blue) = 198+120+117=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C67875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67875 is #39878A. Grayscale: #8F8F8F. Windows color (decimal): -3770251 or 7698630. OLE color: 7698630.

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

Color convert

RGB198120117-
CMYK00.390.410.22
HSL2.22º41.54%61.76%-
HSV(B)2.22º40.91%77.65%-
XYZ33.2226.7220.24-
YUV142.98113.34167.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=45.52%
G=27.59%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812011700.390.410.222.2241.5461.76
HexC67875027291622a3e
Octal306170165047512625276
Binary110001101111000111010101001111010011011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67875; }

 p { color: rgb(198,120,117); }

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

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

 a { background-color: rgb(198,120,117); }

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

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

 span { border-color: rgb(198,120,117); }

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