Html Css Color HEX #C67060 Contessa

📋 copy color: '#C67060'

red 198 ◦ green 112 ◦ blue 96

#C67060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #C67060

Tints of Contessa #C67060

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 48.77%
G = 27.59%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C67060 (or 0xC67060) is known color: Contessa. HEX triplet: C6, 70 and 60. RGB value is (198,112,96). Sum of RGB (Red+Green+Blue) = 198+112+96=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C67060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67060 is #398F9F. Grayscale: #888888. Windows color (decimal): -3772320 or 6320326. OLE color: 6320326.

HSL color Cylindrical-coordinate representation of color #C67060: hue angle of 9.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67060 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 96 -
CMYK 0 0.43 0.52 0.22
HSL 9.41º 0.47% 0.58% -
HSV(B) 9.41º 0.52% 0.78% -
XYZ 31.19 24.44 14.14 -
YUV 135.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 198 112 96 0 0.43 0.52 0.22 9.41 0.47 0.58
Hex C6 70 60 0 2B 34 16 9 2F 3A
Octal 306 160 140 0 53 64 26 11 57 72
Binary 11000110 1110000 1100000 0 101011 110100 10110 1001 101111 111010

Color Harmonies of #C67060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67060

Black with #C67060

Text Example


Text Example

White with #C67060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67060; }

 p { color: rgb(198,112,96); }

 H1.HeaderClassName
 {
   color: #C67060;
 }
 .AnyTagClassName
 {
   color: #C67060;
 }
</style>

background-color css

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

 a { background-color: rgb(198,112,96); }

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

border-color css

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

 span { border-color: rgb(198,112,96); }

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