Html Css Color HEX #C77264 Contessa

📋 copy color: '#C77264'

red 199 ◦ green 114 ◦ blue 100

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

Shades of Contessa #C77264

Tints of Contessa #C77264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 48.18%
G = 27.6%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C77264 (or 0xC77264) is known color: Contessa. HEX triplet: C7, 72 and 64. RGB value is (199,114,100). Sum of RGB (Red+Green+Blue) = 199+114+100=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C77264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77264 is #388D9B. Grayscale: #898989. Windows color (decimal): -3706268 or 6582983. OLE color: 6582983.

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

Color convert

RGB 199 114 100 -
CMYK 0 0.43 0.50 0.22
HSL 8.48º 0.47% 0.59% -
HSV(B) 8.48º 0.5% 0.78% -
XYZ 31.87 25.1 15.22 -
YUV 137.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 199 114 100 0 0.43 0.50 0.22 8.48 0.47 0.59
Hex C7 72 64 0 2B 32 16 8 2F 3B
Octal 307 162 144 0 53 62 26 10 57 73
Binary 11000111 1110010 1100100 0 101011 110010 10110 1000 101111 111011

Color Harmonies of #C77264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77264

Black with #C77264

Text Example


Text Example

White with #C77264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77264; }

 p { color: rgb(199,114,100); }

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

background-color css

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

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

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

border-color css

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

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

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