Html Css Color HEX #C27774 Contessa

📋 copy color: '#C27774'

red 194 ◦ green 119 ◦ blue 116

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

Shades of Contessa #C27774

Tints of Contessa #C27774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 45.22%
G = 27.74%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27774 (or 0xC27774) is known color: Contessa. HEX triplet: C2, 77 and 74. RGB value is (194,119,116). Sum of RGB (Red+Green+Blue) = 194+119+116=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27774 is #3D888B. Grayscale: #8D8D8D. Windows color (decimal): -4032652 or 7632834. OLE color: 7632834.

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

Color convert

RGB 194 119 116 -
CMYK 0 0.39 0.40 0.24
HSL 2.31º 0.39% 0.61% -
HSV(B) 2.31º 0.4% 0.76% -
XYZ 32 25.92 19.84 -
YUV 141.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 194 119 116 0 0.39 0.40 0.24 2.31 0.39 0.61
Hex C2 77 74 0 27 28 18 2 27 3D
Octal 302 167 164 0 47 50 30 2 47 75
Binary 11000010 1110111 1110100 0 100111 101000 11000 10 100111 111101

Color Harmonies of #C27774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27774

Black with #C27774

Text Example


Text Example

White with #C27774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27774; }

 p { color: rgb(194,119,116); }

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

background-color css

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

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

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

border-color css

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

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

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