Html Css Color HEX #C76764 Contessa

📋 copy color: '#C76764'

red 199 ◦ green 103 ◦ blue 100

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

Shades of Contessa #C76764

Tints of Contessa #C76764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 49.5%
G = 25.62%
B = 24.88%

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

#C76764 (or 0xC76764) is known color: Contessa. HEX triplet: C7, 67 and 64. RGB value is (199,103,100). Sum of RGB (Red+Green+Blue) = 199+103+100=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C76764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76764 is #38989B. Grayscale: #838383. Windows color (decimal): -3709084 or 6580167. OLE color: 6580167.

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

Color convert

RGB 199 103 100 -
CMYK 0 0.48 0.50 0.22
HSL 1.82º 0.47% 0.59% -
HSV(B) 1.82º 0.5% 0.78% -
XYZ 30.7 22.76 14.83 -
YUV 131.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 199 103 100 0 0.48 0.50 0.22 1.82 0.47 0.59
Hex C7 67 64 0 30 32 16 2 2F 3B
Octal 307 147 144 0 60 62 26 2 57 73
Binary 11000111 1100111 1100100 0 110000 110010 10110 10 101111 111011

Color Harmonies of #C76764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76764

Black with #C76764

Text Example


Text Example

White with #C76764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76764; }

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

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

background-color css

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

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

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

border-color css

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

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

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