Html Css Color HEX #C76760 Contessa

📋 copy color: '#C76760'

red 199 ◦ green 103 ◦ blue 96

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

Shades of Contessa #C76760

Tints of Contessa #C76760

RGB

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

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

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

R = 50%
G = 25.88%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76760 (or 0xC76760) is known color: Contessa. HEX triplet: C7, 67 and 60. RGB value is (199,103,96). Sum of RGB (Red+Green+Blue) = 199+103+96=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76760 is #38989F. Grayscale: #838383. Windows color (decimal): -3709088 or 6318023. OLE color: 6318023.

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

Color convert

RGB 199 103 96 -
CMYK 0 0.48 0.52 0.22
HSL 4.08º 0.48% 0.58% -
HSV(B) 4.08º 0.52% 0.78% -
XYZ 30.51 22.69 13.84 -
YUV 130.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 199 103 96 0 0.48 0.52 0.22 4.08 0.48 0.58
Hex C7 67 60 0 30 34 16 4 30 3A
Octal 307 147 140 0 60 64 26 4 60 72
Binary 11000111 1100111 1100000 0 110000 110100 10110 100 110000 111010

Color Harmonies of #C76760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76760

Black with #C76760

Text Example


Text Example

White with #C76760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76760; }

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

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

background-color css

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

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

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

border-color css

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

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

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