Html Css Color HEX #CC7790 Charm

📋 copy color: '#CC7790'

red 204 ◦ green 119 ◦ blue 144

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

Shades of Charm #CC7790

Tints of Charm #CC7790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 43.68%
G = 25.48%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC7790 (or 0xCC7790) is known color: Charm. HEX triplet: CC, 77 and 90. RGB value is (204,119,144). Sum of RGB (Red+Green+Blue) = 204+119+144=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7790 is #33886F. Grayscale: #939393. Windows color (decimal): -3377264 or 9467852. OLE color: 9467852.

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

Color convert

RGB 204 119 144 -
CMYK 0 0.42 0.29 0.2
HSL 342.35º 0.45% 0.63% -
HSV(B) 342.35º 0.42% 0.8% -
XYZ 36.53 28.04 29.87 -
YUV 147.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 204 119 144 0 0.42 0.29 0.2 342.35 0.45 0.63
Hex CC 77 90 0 2A 1D 14 156 2D 3F
Octal 314 167 220 0 52 35 24 526 55 77
Binary 11001100 1110111 10010000 0 101010 11101 10100 101010110 101101 111111

Color Harmonies of #CC7790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7790

Black with #CC7790

Text Example


Text Example

White with #CC7790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7790; }

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

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

background-color css

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

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

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

border-color css

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

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

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