Html Css Color HEX #CC6A77 Charm

📋 copy color: '#CC6A77'

red 204 ◦ green 106 ◦ blue 119

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

Shades of Charm #CC6A77

Tints of Charm #CC6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 47.55%
G = 24.71%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6A77 (or 0xCC6A77) is known color: Charm. HEX triplet: CC, 6A and 77. RGB value is (204,106,119). Sum of RGB (Red+Green+Blue) = 204+106+119=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A77 is #339588. Grayscale: #888888. Windows color (decimal): -3380617 or 7826124. OLE color: 7826124.

HSL color Cylindrical-coordinate representation of color #CC6A77: hue angle of 352.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A77 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 119 -
CMYK 0 0.48 0.42 0.2
HSL 352.04º 0.49% 0.61% -
HSV(B) 352.04º 0.48% 0.8% -
XYZ 33.39 24.48 20.42 -
YUV 136.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 204 106 119 0 0.48 0.42 0.2 352.04 0.49 0.61
Hex CC 6A 77 0 30 2A 14 160 31 3D
Octal 314 152 167 0 60 52 24 540 61 75
Binary 11001100 1101010 1110111 0 110000 101010 10100 101100000 110001 111101

Color Harmonies of #CC6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A77

Black with #CC6A77

Text Example


Text Example

White with #CC6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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