Html Css Color HEX #C76E64 Contessa

📋 copy color: '#C76E64'

red 199 ◦ green 110 ◦ blue 100

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

Shades of Contessa #C76E64

Tints of Contessa #C76E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 48.66%
G = 26.89%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C76E64 (or 0xC76E64) is known color: Contessa. HEX triplet: C7, 6E and 64. RGB value is (199,110,100). Sum of RGB (Red+Green+Blue) = 199+110+100=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E64 is #38919B. Grayscale: #878787. Windows color (decimal): -3707292 or 6581959. OLE color: 6581959.

HSL color Cylindrical-coordinate representation of color #C76E64: hue angle of 6.06º 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 #C76E64 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 100 -
CMYK 0 0.45 0.50 0.22
HSL 6.06º 0.47% 0.59% -
HSV(B) 6.06º 0.5% 0.78% -
XYZ 31.43 24.21 15.07 -
YUV 135.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 199 110 100 0 0.45 0.50 0.22 6.06 0.47 0.59
Hex C7 6E 64 0 2D 32 16 6 2F 3B
Octal 307 156 144 0 55 62 26 6 57 73
Binary 11000111 1101110 1100100 0 101101 110010 10110 110 101111 111011

Color Harmonies of #C76E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E64

Black with #C76E64

Text Example


Text Example

White with #C76E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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