Html Css Color HEX #C76965 Contessa

📋 copy color: '#C76965'

red 199 ◦ green 105 ◦ blue 101

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

Shades of Contessa #C76965

Tints of Contessa #C76965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 49.14%
G = 25.93%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C76965 (or 0xC76965) is known color: Contessa. HEX triplet: C7, 69 and 65. RGB value is (199,105,101). Sum of RGB (Red+Green+Blue) = 199+105+101=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C76965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76965 is #38969A. Grayscale: #848484. Windows color (decimal): -3708571 or 6646215. OLE color: 6646215.

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

Color convert

RGB 199 105 101 -
CMYK 0 0.47 0.49 0.22
HSL 2.45º 0.47% 0.59% -
HSV(B) 2.45º 0.49% 0.78% -
XYZ 30.95 23.18 15.16 -
YUV 132.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 199 105 101 0 0.47 0.49 0.22 2.45 0.47 0.59
Hex C7 69 65 0 2F 31 16 2 2F 3B
Octal 307 151 145 0 57 61 26 2 57 73
Binary 11000111 1101001 1100101 0 101111 110001 10110 10 101111 111011

Color Harmonies of #C76965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76965

Black with #C76965

Text Example


Text Example

White with #C76965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76965; }

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

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

background-color css

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

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

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

border-color css

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

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

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