Html Css Color HEX #C0796B Contessa

📋 copy color: '#C0796B'

red 192 ◦ green 121 ◦ blue 107

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

Shades of Contessa #C0796B

Tints of Contessa #C0796B

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 121 (47.66% from 255) = 28.81%

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 45.71%
G = 28.81%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0796B (or 0xC0796B) is known color: Contessa. HEX triplet: C0, 79 and 6B. RGB value is (192,121,107). Sum of RGB (Red+Green+Blue) = 192+121+107=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0796B is #3F8694. Grayscale: #8C8C8C. Windows color (decimal): -4163221 or 7043520. OLE color: 7043520.

HSL color Cylindrical-coordinate representation of color #C0796B: hue angle of 9.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0796B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 107 -
CMYK 0 0.37 0.44 0.25
HSL 9.88º 0.4% 0.59% -
HSV(B) 9.88º 0.44% 0.75% -
XYZ 31.23 25.94 17.27 -
YUV 140.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 192 121 107 0 0.37 0.44 0.25 9.88 0.4 0.59
Hex C0 79 6B 0 25 2C 19 A 28 3B
Octal 300 171 153 0 45 54 31 12 50 73
Binary 11000000 1111001 1101011 0 100101 101100 11001 1010 101000 111011

Color Harmonies of #C0796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0796B

Black with #C0796B

Text Example


Text Example

White with #C0796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0796B; }

 p { color: rgb(192,121,107); }

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

background-color css

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

 a { background-color: rgb(192,121,107); }

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

border-color css

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

 span { border-color: rgb(192,121,107); }

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