Html Css Color HEX #CC778E Charm

📋 copy color: '#CC778E'

red 204 ◦ green 119 ◦ blue 142

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

Shades of Charm #CC778E

Tints of Charm #CC778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 43.87%
G = 25.59%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC778E (or 0xCC778E) is known color: Charm. HEX triplet: CC, 77 and 8E. RGB value is (204,119,142). Sum of RGB (Red+Green+Blue) = 204+119+142=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778E is #338871. Grayscale: #939393. Windows color (decimal): -3377266 or 9336780. OLE color: 9336780.

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

Color convert

RGB 204 119 142 -
CMYK 0 0.42 0.30 0.2
HSL 343.76º 0.45% 0.63% -
HSV(B) 343.76º 0.42% 0.8% -
XYZ 36.38 27.98 29.08 -
YUV 147.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 204 119 142 0 0.42 0.30 0.2 343.76 0.45 0.63
Hex CC 77 8E 0 2A 1E 14 158 2D 3F
Octal 314 167 216 0 52 36 24 530 55 77
Binary 11001100 1110111 10001110 0 101010 11110 10100 101011000 101101 111111

Color Harmonies of #CC778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC778E

Black with #CC778E

Text Example


Text Example

White with #CC778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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