Html Css Color HEX #CC6E77 Charm

📋 copy color: '#CC6E77'

red 204 ◦ green 110 ◦ blue 119

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

Shades of Charm #CC6E77

Tints of Charm #CC6E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 47.11%
G = 25.4%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6E77 (or 0xCC6E77) is known color: Charm. HEX triplet: CC, 6E and 77. RGB value is (204,110,119). Sum of RGB (Red+Green+Blue) = 204+110+119=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E77 is #339188. Grayscale: #8B8B8B. Windows color (decimal): -3379593 or 7827148. OLE color: 7827148.

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

Color convert

RGB 204 110 119 -
CMYK 0 0.46 0.42 0.2
HSL 354.26º 0.48% 0.62% -
HSV(B) 354.26º 0.46% 0.8% -
XYZ 33.81 25.32 20.56 -
YUV 139.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 204 110 119 0 0.46 0.42 0.2 354.26 0.48 0.62
Hex CC 6E 77 0 2E 2A 14 162 30 3E
Octal 314 156 167 0 56 52 24 542 60 76
Binary 11001100 1101110 1110111 0 101110 101010 10100 101100010 110000 111110

Color Harmonies of #CC6E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E77

Black with #CC6E77

Text Example


Text Example

White with #CC6E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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