Html Css Color HEX #C77575 Contessa

📋 copy color: '#C77575'

red 199 ◦ green 117 ◦ blue 117

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

Shades of Contessa #C77575

Tints of Contessa #C77575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 45.96%
G = 27.02%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C77575 (or 0xC77575) is known color: Contessa. HEX triplet: C7, 75 and 75. RGB value is (199,117,117). Sum of RGB (Red+Green+Blue) = 199+117+117=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C77575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77575 is #388A8A. Grayscale: #8D8D8D. Windows color (decimal): -3705483 or 7697863. OLE color: 7697863.

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

Color convert

RGB 199 117 117 -
CMYK 0 0.41 0.41 0.22
HSL 0.42% 0.62% -
HSV(B) 0.41% 0.78% -
XYZ 33.13 26.15 20.13 -
YUV 141.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 199 117 117 0 0.41 0.41 0.22 0 0.42 0.62
Hex C7 75 75 0 29 29 16 0 2A 3E
Octal 307 165 165 0 51 51 26 0 52 76
Binary 11000111 1110101 1110101 0 101001 101001 10110 0 101010 111110

Color Harmonies of #C77575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77575

Black with #C77575

Text Example


Text Example

White with #C77575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77575; }

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

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

background-color css

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

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

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

border-color css

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

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

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