Html Css Color HEX #C76864 Contessa

📋 copy color: '#C76864'

red 199 ◦ green 104 ◦ blue 100

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

Shades of Contessa #C76864

Tints of Contessa #C76864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 49.38%
G = 25.81%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C76864 (or 0xC76864) is known color: Contessa. HEX triplet: C7, 68 and 64. RGB value is (199,104,100). Sum of RGB (Red+Green+Blue) = 199+104+100=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C76864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76864 is #38979B. Grayscale: #848484. Windows color (decimal): -3708828 or 6580423. OLE color: 6580423.

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

Color convert

RGB 199 104 100 -
CMYK 0 0.48 0.50 0.22
HSL 2.42º 0.47% 0.59% -
HSV(B) 2.42º 0.5% 0.78% -
XYZ 30.8 22.96 14.87 -
YUV 131.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 199 104 100 0 0.48 0.50 0.22 2.42 0.47 0.59
Hex C7 68 64 0 30 32 16 2 2F 3B
Octal 307 150 144 0 60 62 26 2 57 73
Binary 11000111 1101000 1100100 0 110000 110010 10110 10 101111 111011

Color Harmonies of #C76864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76864

Black with #C76864

Text Example


Text Example

White with #C76864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76864; }

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

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

background-color css

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

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

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

border-color css

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

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

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