Html Css Color HEX #CC777E Charm

📋 copy color: '#CC777E'

red 204 ◦ green 119 ◦ blue 126

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

Shades of Charm #CC777E

Tints of Charm #CC777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 45.43%
G = 26.5%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC777E (or 0xCC777E) is known color: Charm. HEX triplet: CC, 77 and 7E. RGB value is (204,119,126). Sum of RGB (Red+Green+Blue) = 204+119+126=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777E is #338881. Grayscale: #919191. Windows color (decimal): -3377282 or 8288204. OLE color: 8288204.

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

Color convert

RGB 204 119 126 -
CMYK 0 0.42 0.38 0.2
HSL 355.06º 0.45% 0.63% -
HSV(B) 355.06º 0.42% 0.8% -
XYZ 35.26 27.54 23.2 -
YUV 145.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 204 119 126 0 0.42 0.38 0.2 355.06 0.45 0.63
Hex CC 77 7E 0 2A 26 14 163 2D 3F
Octal 314 167 176 0 52 46 24 543 55 77
Binary 11001100 1110111 1111110 0 101010 100110 10100 101100011 101101 111111

Color Harmonies of #CC777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC777E

Black with #CC777E

Text Example


Text Example

White with #CC777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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