Html Css Color HEX #CC778C Charm

📋 copy color: '#CC778C'

red 204 ◦ green 119 ◦ blue 140

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

Shades of Charm #CC778C

Tints of Charm #CC778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 44.06%
G = 25.7%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC778C (or 0xCC778C) is known color: Charm. HEX triplet: CC, 77 and 8C. RGB value is (204,119,140). Sum of RGB (Red+Green+Blue) = 204+119+140=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778C is #338873. Grayscale: #929292. Windows color (decimal): -3377268 or 9205708. OLE color: 9205708.

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

Color convert

RGB 204 119 140 -
CMYK 0 0.42 0.31 0.2
HSL 345.18º 0.45% 0.63% -
HSV(B) 345.18º 0.42% 0.8% -
XYZ 36.23 27.92 28.29 -
YUV 146.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 204 119 140 0 0.42 0.31 0.2 345.18 0.45 0.63
Hex CC 77 8C 0 2A 1F 14 159 2D 3F
Octal 314 167 214 0 52 37 24 531 55 77
Binary 11001100 1110111 10001100 0 101010 11111 10100 101011001 101101 111111

Color Harmonies of #CC778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC778C

Black with #CC778C

Text Example


Text Example

White with #CC778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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