Html Css Color HEX #C67676 Contessa

📋 copy color: '#C67676'

red 198 ◦ green 118 ◦ blue 118

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

Shades of Contessa #C67676

Tints of Contessa #C67676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 45.62%
G = 27.19%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C67676 (or 0xC67676) is known color: Contessa. HEX triplet: C6, 76 and 76. RGB value is (198,118,118). Sum of RGB (Red+Green+Blue) = 198+118+118=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C67676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67676 is #398989. Grayscale: #8D8D8D. Windows color (decimal): -3770762 or 7763654. OLE color: 7763654.

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

Color convert

RGB 198 118 118 -
CMYK 0 0.40 0.40 0.22
HSL 0.41% 0.62% -
HSV(B) 0.4% 0.78% -
XYZ 33.04 26.27 20.47 -
YUV 141.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 198 118 118 0 0.40 0.40 0.22 0 0.41 0.62
Hex C6 76 76 0 28 28 16 0 29 3E
Octal 306 166 166 0 50 50 26 0 51 76
Binary 11000110 1110110 1110110 0 101000 101000 10110 0 101001 111110

Color Harmonies of #C67676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67676

Black with #C67676

Text Example


Text Example

White with #C67676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67676; }

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

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

background-color css

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

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

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

border-color css

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

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

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