Html Css Color HEX #CC6988 Charm

📋 copy color: '#CC6988'

red 204 ◦ green 105 ◦ blue 136

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

Shades of Charm #CC6988

Tints of Charm #CC6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 45.84%
G = 23.6%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC6988 (or 0xCC6988) is known color: Charm. HEX triplet: CC, 69 and 88. RGB value is (204,105,136). Sum of RGB (Red+Green+Blue) = 204+105+136=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6988 is #339677. Grayscale: #8A8A8A. Windows color (decimal): -3380856 or 8939980. OLE color: 8939980.

HSL color Cylindrical-coordinate representation of color #CC6988: hue angle of 341.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6988 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 136 -
CMYK 0 0.49 0.33 0.2
HSL 341.21º 0.49% 0.61% -
HSV(B) 341.21º 0.49% 0.8% -
XYZ 34.4 24.72 26.25 -
YUV 138.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 204 105 136 0 0.49 0.33 0.2 341.21 0.49 0.61
Hex CC 69 88 0 31 21 14 155 31 3D
Octal 314 151 210 0 61 41 24 525 61 75
Binary 11001100 1101001 10001000 0 110001 100001 10100 101010101 110001 111101

Color Harmonies of #CC6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6988

Black with #CC6988

Text Example


Text Example

White with #CC6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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