Html Css Color HEX #CC7788 Charm

📋 copy color: '#CC7788'

red 204 ◦ green 119 ◦ blue 136

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

Shades of Charm #CC7788

Tints of Charm #CC7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.93%

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

R = 44.44%
G = 25.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7788 (or 0xCC7788) is known color: Charm. HEX triplet: CC, 77 and 88. RGB value is (204,119,136). Sum of RGB (Red+Green+Blue) = 204+119+136=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7788 is #338877. Grayscale: #929292. Windows color (decimal): -3377272 or 8943564. OLE color: 8943564.

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

Color convert

RGB 204 119 136 -
CMYK 0 0.42 0.33 0.2
HSL 348º 0.45% 0.63% -
HSV(B) 348º 0.42% 0.8% -
XYZ 35.94 27.81 26.77 -
YUV 146.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 204 119 136 0 0.42 0.33 0.2 348 0.45 0.63
Hex CC 77 88 0 2A 21 14 15C 2D 3F
Octal 314 167 210 0 52 41 24 534 55 77
Binary 11001100 1110111 10001000 0 101010 100001 10100 101011100 101101 111111

Color Harmonies of #CC7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7788

Black with #CC7788

Text Example


Text Example

White with #CC7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7788; }

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

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

background-color css

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

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

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

border-color css

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

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

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