Html Css Color HEX #CC777F Charm

📋 copy color: '#CC777F'

red 204 ◦ green 119 ◦ blue 127

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

Shades of Charm #CC777F

Tints of Charm #CC777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.22%

R = 45.33%
G = 26.44%
B = 28.22%

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

#CC777F (or 0xCC777F) is known color: Charm. HEX triplet: CC, 77 and 7F. RGB value is (204,119,127). Sum of RGB (Red+Green+Blue) = 204+119+127=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777F is #338880. Grayscale: #919191. Windows color (decimal): -3377281 or 8353740. OLE color: 8353740.

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

Color convert

RGB 204 119 127 -
CMYK 0 0.42 0.38 0.2
HSL 354.35º 0.45% 0.63% -
HSV(B) 354.35º 0.42% 0.8% -
XYZ 35.33 27.56 23.54 -
YUV 145.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 204 119 127 0 0.42 0.38 0.2 354.35 0.45 0.63
Hex CC 77 7F 0 2A 26 14 162 2D 3F
Octal 314 167 177 0 52 46 24 542 55 77
Binary 11001100 1110111 1111111 0 101010 100110 10100 101100010 101101 111111

Color Harmonies of #CC777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC777F

Black with #CC777F

Text Example


Text Example

White with #CC777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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