Html Css Color HEX #CC6E88 Charm

📋 copy color: '#CC6E88'

red 204 ◦ green 110 ◦ blue 136

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

Shades of Charm #CC6E88

Tints of Charm #CC6E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.22%

R = 45.33%
G = 24.44%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC6E88 (or 0xCC6E88) is known color: Charm. HEX triplet: CC, 6E and 88. RGB value is (204,110,136). Sum of RGB (Red+Green+Blue) = 204+110+136=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E88 is #339177. Grayscale: #8D8D8D. Windows color (decimal): -3379576 or 8941260. OLE color: 8941260.

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

Color convert

RGB 204 110 136 -
CMYK 0 0.46 0.33 0.2
HSL 343.4º 0.48% 0.62% -
HSV(B) 343.4º 0.46% 0.8% -
XYZ 34.92 25.77 26.43 -
YUV 141.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 204 110 136 0 0.46 0.33 0.2 343.4 0.48 0.62
Hex CC 6E 88 0 2E 21 14 157 30 3E
Octal 314 156 210 0 56 41 24 527 60 76
Binary 11001100 1101110 10001000 0 101110 100001 10100 101010111 110000 111110

Color Harmonies of #CC6E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E88

Black with #CC6E88

Text Example


Text Example

White with #CC6E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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