Html Css Color HEX #CC7884 Charm

📋 copy color: '#CC7884'

red 204 ◦ green 120 ◦ blue 132

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

Shades of Charm #CC7884

Tints of Charm #CC7884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 44.74%
G = 26.32%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7884 (or 0xCC7884) is known color: Charm. HEX triplet: CC, 78 and 84. RGB value is (204,120,132). Sum of RGB (Red+Green+Blue) = 204+120+132=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7884 is #33877B. Grayscale: #929292. Windows color (decimal): -3377020 or 8681676. OLE color: 8681676.

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

Color convert

RGB 204 120 132 -
CMYK 0 0.41 0.35 0.2
HSL 351.43º 0.45% 0.64% -
HSV(B) 351.43º 0.41% 0.8% -
XYZ 35.78 27.94 25.34 -
YUV 146.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 204 120 132 0 0.41 0.35 0.2 351.43 0.45 0.64
Hex CC 78 84 0 29 23 14 15F 2D 40
Octal 314 170 204 0 51 43 24 537 55 100
Binary 11001100 1111000 10000100 0 101001 100011 10100 101011111 101101 1000000

Color Harmonies of #CC7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7884

Black with #CC7884

Text Example


Text Example

White with #CC7884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7884; }

 p { color: rgb(204,120,132); }

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

background-color css

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

 a { background-color: rgb(204,120,132); }

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

border-color css

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

 span { border-color: rgb(204,120,132); }

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