Html Css Color HEX #C77474 Contessa

📋 copy color: '#C77474'

red 199 ◦ green 116 ◦ blue 116

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

Shades of Contessa #C77474

Tints of Contessa #C77474

RGB

 RED value IS 199 (78.13% from 255) = 46.17%

 GREEN value IS 116 (45.7% from 255) = 26.91%

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

R = 46.17%
G = 26.91%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C77474 (or 0xC77474) is known color: Contessa. HEX triplet: C7, 74 and 74. RGB value is (199,116,116). Sum of RGB (Red+Green+Blue) = 199+116+116=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C77474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77474 is #388B8B. Grayscale: #8C8C8C. Windows color (decimal): -3705740 or 7632071. OLE color: 7632071.

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

Color convert

RGB 199 116 116 -
CMYK 0 0.42 0.42 0.22
HSL 0.43% 0.62% -
HSV(B) 0.42% 0.78% -
XYZ 32.95 25.89 19.78 -
YUV 140.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 199 116 116 0 0.42 0.42 0.22 0 0.43 0.62
Hex C7 74 74 0 2A 2A 16 0 2B 3E
Octal 307 164 164 0 52 52 26 0 53 76
Binary 11000111 1110100 1110100 0 101010 101010 10110 0 101011 111110

Color Harmonies of #C77474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77474

Black with #C77474

Text Example


Text Example

White with #C77474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77474; }

 p { color: rgb(199,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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