Html Css Color HEX #C27676 Contessa

📋 copy color: '#C27676'

red 194 ◦ green 118 ◦ blue 118

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

Shades of Contessa #C27676

Tints of Contessa #C27676

RGB

 RED value IS 194 (76.17% from 255) = 45.12%

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

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

R = 45.12%
G = 27.44%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C27676 (or 0xC27676) is known color: Contessa. HEX triplet: C2, 76 and 76. RGB value is (194,118,118). Sum of RGB (Red+Green+Blue) = 194+118+118=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27676 is #3D8989. Grayscale: #8C8C8C. Windows color (decimal): -4032906 or 7763650. OLE color: 7763650.

HSL color Cylindrical-coordinate representation of color #C27676: hue angle of 0º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27676 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 118 -
CMYK 0 0.39 0.39 0.24
HSL 0.38% 0.61% -
HSV(B) 0.39% 0.76% -
XYZ 32 25.73 20.42 -
YUV 140.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 194 118 118 0 0.39 0.39 0.24 0 0.38 0.61
Hex C2 76 76 0 27 27 18 0 26 3D
Octal 302 166 166 0 47 47 30 0 46 75
Binary 11000010 1110110 1110110 0 100111 100111 11000 0 100110 111101

Color Harmonies of #C27676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27676

Black with #C27676

Text Example


Text Example

White with #C27676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27676; }

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

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

background-color css

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

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

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

border-color css

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

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

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