Html Css Color HEX #CC796C Contessa

📋 copy color: '#CC796C'

red 204 ◦ green 121 ◦ blue 108

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

Shades of Contessa #CC796C

Tints of Contessa #CC796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 47.11%
G = 27.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC796C (or 0xCC796C) is known color: Contessa. HEX triplet: CC, 79 and 6C. RGB value is (204,121,108). Sum of RGB (Red+Green+Blue) = 204+121+108=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC796C is #338693. Grayscale: #909090. Windows color (decimal): -3376788 or 7109068. OLE color: 7109068.

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

Color convert

RGB 204 121 108 -
CMYK 0 0.41 0.47 0.2
HSL 8.13º 0.48% 0.61% -
HSV(B) 8.13º 0.47% 0.8% -
XYZ 34.45 27.59 17.7 -
YUV 144.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 204 121 108 0 0.41 0.47 0.2 8.13 0.48 0.61
Hex CC 79 6C 0 29 2F 14 8 30 3D
Octal 314 171 154 0 51 57 24 10 60 75
Binary 11001100 1111001 1101100 0 101001 101111 10100 1000 110000 111101

Color Harmonies of #CC796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC796C

Black with #CC796C

Text Example


Text Example

White with #CC796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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