Html Css Color HEX #C76A64 Contessa

📋 copy color: '#C76A64'

red 199 ◦ green 106 ◦ blue 100

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

Shades of Contessa #C76A64

Tints of Contessa #C76A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 49.14%
G = 26.17%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C76A64 (or 0xC76A64) is known color: Contessa. HEX triplet: C7, 6A and 64. RGB value is (199,106,100). Sum of RGB (Red+Green+Blue) = 199+106+100=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A64 is #38959B. Grayscale: #858585. Windows color (decimal): -3708316 or 6580935. OLE color: 6580935.

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

Color convert

RGB 199 106 100 -
CMYK 0 0.47 0.50 0.22
HSL 3.64º 0.47% 0.59% -
HSV(B) 3.64º 0.5% 0.78% -
XYZ 31.01 23.37 14.93 -
YUV 133.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 199 106 100 0 0.47 0.50 0.22 3.64 0.47 0.59
Hex C7 6A 64 0 2F 32 16 4 2F 3B
Octal 307 152 144 0 57 62 26 4 57 73
Binary 11000111 1101010 1100100 0 101111 110010 10110 100 101111 111011

Color Harmonies of #C76A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A64

Black with #C76A64

Text Example


Text Example

White with #C76A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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