Html Css Color HEX #CC6979 Charm

📋 copy color: '#CC6979'

red 204 ◦ green 105 ◦ blue 121

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

Shades of Charm #CC6979

Tints of Charm #CC6979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 47.44%
G = 24.42%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC6979 (or 0xCC6979) is known color: Charm. HEX triplet: CC, 69 and 79. RGB value is (204,105,121). Sum of RGB (Red+Green+Blue) = 204+105+121=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6979 is #339686. Grayscale: #888888. Windows color (decimal): -3380871 or 7956940. OLE color: 7956940.

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

Color convert

RGB 204 105 121 -
CMYK 0 0.49 0.41 0.2
HSL 350.3º 0.49% 0.61% -
HSV(B) 350.3º 0.49% 0.8% -
XYZ 33.4 24.32 21.02 -
YUV 136.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 204 105 121 0 0.49 0.41 0.2 350.3 0.49 0.61
Hex CC 69 79 0 31 29 14 15E 31 3D
Octal 314 151 171 0 61 51 24 536 61 75
Binary 11001100 1101001 1111001 0 110001 101001 10100 101011110 110001 111101

Color Harmonies of #CC6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6979

Black with #CC6979

Text Example


Text Example

White with #CC6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6979; }

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

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

background-color css

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

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

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

border-color css

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

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

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