Html Css Color HEX #CC6977 Charm

📋 copy color: '#CC6977'

red 204 ◦ green 105 ◦ blue 119

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

Shades of Charm #CC6977

Tints of Charm #CC6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

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

R = 47.66%
G = 24.53%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6977 (or 0xCC6977) is known color: Charm. HEX triplet: CC, 69 and 77. RGB value is (204,105,119). Sum of RGB (Red+Green+Blue) = 204+105+119=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6977 is #339688. Grayscale: #888888. Windows color (decimal): -3380873 or 7825868. OLE color: 7825868.

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

Color convert

RGB 204 105 119 -
CMYK 0 0.49 0.42 0.2
HSL 351.52º 0.49% 0.61% -
HSV(B) 351.52º 0.49% 0.8% -
XYZ 33.28 24.27 20.38 -
YUV 136.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 204 105 119 0 0.49 0.42 0.2 351.52 0.49 0.61
Hex CC 69 77 0 31 2A 14 160 31 3D
Octal 314 151 167 0 61 52 24 540 61 75
Binary 11001100 1101001 1110111 0 110001 101010 10100 101100000 110001 111101

Color Harmonies of #CC6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6977

Black with #CC6977

Text Example


Text Example

White with #CC6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6977; }

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

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

background-color css

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

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

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

border-color css

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

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

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