Html Css Color HEX #CC6E8A Charm

📋 copy color: '#CC6E8A'

red 204 ◦ green 110 ◦ blue 138

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

Shades of Charm #CC6E8A

Tints of Charm #CC6E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 45.13%
G = 24.34%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC6E8A (or 0xCC6E8A) is known color: Charm. HEX triplet: CC, 6E and 8A. RGB value is (204,110,138). Sum of RGB (Red+Green+Blue) = 204+110+138=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E8A is #339175. Grayscale: #8D8D8D. Windows color (decimal): -3379574 or 9072332. OLE color: 9072332.

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

Color convert

RGB 204 110 138 -
CMYK 0 0.46 0.32 0.2
HSL 342.13º 0.48% 0.62% -
HSV(B) 342.13º 0.46% 0.8% -
XYZ 35.07 25.82 27.18 -
YUV 141.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 204 110 138 0 0.46 0.32 0.2 342.13 0.48 0.62
Hex CC 6E 8A 0 2E 20 14 156 30 3E
Octal 314 156 212 0 56 40 24 526 60 76
Binary 11001100 1101110 10001010 0 101110 100000 10100 101010110 110000 111110

Color Harmonies of #CC6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E8A

Black with #CC6E8A

Text Example


Text Example

White with #CC6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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