Html Css Color HEX #C76960 Contessa

📋 copy color: '#C76960'

red 199 ◦ green 105 ◦ blue 96

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

Shades of Contessa #C76960

Tints of Contessa #C76960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 49.75%
G = 26.25%
B = 24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76960 (or 0xC76960) is known color: Contessa. HEX triplet: C7, 69 and 60. RGB value is (199,105,96). Sum of RGB (Red+Green+Blue) = 199+105+96=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76960 is #38969F. Grayscale: #848484. Windows color (decimal): -3708576 or 6318535. OLE color: 6318535.

HSL color Cylindrical-coordinate representation of color #C76960: hue angle of 5.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76960 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 105 96 -
CMYK 0 0.47 0.52 0.22
HSL 5.24º 0.48% 0.58% -
HSV(B) 5.24º 0.52% 0.78% -
XYZ 30.72 23.09 13.9 -
YUV 132.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 199 105 96 0 0.47 0.52 0.22 5.24 0.48 0.58
Hex C7 69 60 0 2F 34 16 5 30 3A
Octal 307 151 140 0 57 64 26 5 60 72
Binary 11000111 1101001 1100000 0 101111 110100 10110 101 110000 111010

Color Harmonies of #C76960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76960

Black with #C76960

Text Example


Text Example

White with #C76960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76960; }

 p { color: rgb(199,105,96); }

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

background-color css

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

 a { background-color: rgb(199,105,96); }

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

border-color css

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

 span { border-color: rgb(199,105,96); }

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