Html Css Color HEX #CC756E Contessa

📋 copy color: '#CC756E'

red 204 ◦ green 117 ◦ blue 110

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

Shades of Contessa #CC756E

Tints of Contessa #CC756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 47.33%
G = 27.15%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC756E (or 0xCC756E) is known color: Contessa. HEX triplet: CC, 75 and 6E. RGB value is (204,117,110). Sum of RGB (Red+Green+Blue) = 204+117+110=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC756E is #338A91. Grayscale: #8E8E8E. Windows color (decimal): -3377810 or 7239116. OLE color: 7239116.

HSL color Cylindrical-coordinate representation of color #CC756E: hue angle of 4.47º 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 #CC756E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 110 -
CMYK 0 0.43 0.46 0.2
HSL 4.47º 0.48% 0.62% -
HSV(B) 4.47º 0.46% 0.8% -
XYZ 34.08 26.69 18.11 -
YUV 142.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 204 117 110 0 0.43 0.46 0.2 4.47 0.48 0.62
Hex CC 75 6E 0 2B 2E 14 4 30 3E
Octal 314 165 156 0 53 56 24 4 60 76
Binary 11001100 1110101 1101110 0 101011 101110 10100 100 110000 111110

Color Harmonies of #CC756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC756E

Black with #CC756E

Text Example


Text Example

White with #CC756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC756E; }

 p { color: rgb(204,117,110); }

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

background-color css

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

 a { background-color: rgb(204,117,110); }

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

border-color css

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

 span { border-color: rgb(204,117,110); }

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