#C67975

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

Shades of Contessa #C67975

Tints of Contessa #C67975

Color information

#C67975 (or 0xC67975) is unknown color: approx Contessa. HEX triplet: C6, 79 and 75. RGB value is (198,121,117). Sum of RGB (Red+Green+Blue) = 198+121+117=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C67975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67975 is #39868A. Grayscale: #8F8F8F. Windows color (decimal): -3769995 or 7698886. OLE color: 7698886.

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

Color convert

RGB198121117-
CMYK00.390.410.22
HSL2.96º41.54%61.76%-
HSV(B)2.96º40.91%77.65%-
XYZ33.3426.9620.28-
YUV143.57113.01166.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=45.41%
G=27.75%
B=26.83%

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
Decimal19812111700.390.410.222.9641.5461.76
HexC67975027291632a3e
Octal306171165047512635276
Binary110001101111001111010101001111010011011011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67975; }

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

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

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

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

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

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

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

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