Html Css Color HEX #CC796F Contessa

📋 copy color: '#CC796F'

red 204 ◦ green 121 ◦ blue 111

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

Shades of Contessa #CC796F

Tints of Contessa #CC796F

RGB

 RED value IS 204 (80.08% from 255) = 46.79%

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 46.79%
G = 27.75%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC796F (or 0xCC796F) is known color: Contessa. HEX triplet: CC, 79 and 6F. RGB value is (204,121,111). Sum of RGB (Red+Green+Blue) = 204+121+111=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC796F is #338690. Grayscale: #909090. Windows color (decimal): -3376785 or 7305676. OLE color: 7305676.

HSL color Cylindrical-coordinate representation of color #CC796F: hue angle of 6.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC796F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 111 -
CMYK 0 0.41 0.46 0.2
HSL 6.45º 0.48% 0.62% -
HSV(B) 6.45º 0.46% 0.8% -
XYZ 34.61 27.66 18.55 -
YUV 144.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 204 121 111 0 0.41 0.46 0.2 6.45 0.48 0.62
Hex CC 79 6F 0 29 2E 14 6 30 3E
Octal 314 171 157 0 51 56 24 6 60 76
Binary 11001100 1111001 1101111 0 101001 101110 10100 110 110000 111110

Color Harmonies of #CC796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC796F

Black with #CC796F

Text Example


Text Example

White with #CC796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC796F; }

 p { color: rgb(204,121,111); }

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

background-color css

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

 a { background-color: rgb(204,121,111); }

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

border-color css

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

 span { border-color: rgb(204,121,111); }

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