Html Css Color HEX #CC7588 Charm

📋 copy color: '#CC7588'

red 204 ◦ green 117 ◦ blue 136

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

Shades of Charm #CC7588

Tints of Charm #CC7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 44.64%
G = 25.6%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7588 (or 0xCC7588) is known color: Charm. HEX triplet: CC, 75 and 88. RGB value is (204,117,136). Sum of RGB (Red+Green+Blue) = 204+117+136=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7588 is #338A77. Grayscale: #919191. Windows color (decimal): -3377784 or 8943052. OLE color: 8943052.

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

Color convert

RGB 204 117 136 -
CMYK 0 0.43 0.33 0.2
HSL 346.9º 0.46% 0.63% -
HSV(B) 346.9º 0.43% 0.8% -
XYZ 35.71 27.34 26.69 -
YUV 145.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 204 117 136 0 0.43 0.33 0.2 346.9 0.46 0.63
Hex CC 75 88 0 2B 21 14 15B 2E 3F
Octal 314 165 210 0 53 41 24 533 56 77
Binary 11001100 1110101 10001000 0 101011 100001 10100 101011011 101110 111111

Color Harmonies of #CC7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7588

Black with #CC7588

Text Example


Text Example

White with #CC7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7588; }

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

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

background-color css

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

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

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

border-color css

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

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

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