Html Css Color HEX #CC7988 Charm

📋 copy color: '#CC7988'

red 204 ◦ green 121 ◦ blue 136

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

Shades of Charm #CC7988

Tints of Charm #CC7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

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

R = 44.25%
G = 26.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7988 (or 0xCC7988) is known color: Charm. HEX triplet: CC, 79 and 88. RGB value is (204,121,136). Sum of RGB (Red+Green+Blue) = 204+121+136=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7988 is #338677. Grayscale: #939393. Windows color (decimal): -3376760 or 8944076. OLE color: 8944076.

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

Color convert

RGB 204 121 136 -
CMYK 0 0.41 0.33 0.2
HSL 349.16º 0.45% 0.64% -
HSV(B) 349.16º 0.41% 0.8% -
XYZ 36.18 28.29 26.85 -
YUV 147.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 204 121 136 0 0.41 0.33 0.2 349.16 0.45 0.64
Hex CC 79 88 0 29 21 14 15D 2D 40
Octal 314 171 210 0 51 41 24 535 55 100
Binary 11001100 1111001 10001000 0 101001 100001 10100 101011101 101101 1000000

Color Harmonies of #CC7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7988

Black with #CC7988

Text Example


Text Example

White with #CC7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7988; }

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

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

background-color css

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

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

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

border-color css

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

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

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