Html Css Color HEX #CC6978 Charm

📋 copy color: '#CC6978'

red 204 ◦ green 105 ◦ blue 120

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

Shades of Charm #CC6978

Tints of Charm #CC6978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 47.55%
G = 24.48%
B = 27.97%

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

#CC6978 (or 0xCC6978) is known color: Charm. HEX triplet: CC, 69 and 78. RGB value is (204,105,120). Sum of RGB (Red+Green+Blue) = 204+105+120=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6978 is #339687. Grayscale: #888888. Windows color (decimal): -3380872 or 7891404. OLE color: 7891404.

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

Color convert

RGB 204 105 120 -
CMYK 0 0.49 0.41 0.2
HSL 350.91º 0.49% 0.61% -
HSV(B) 350.91º 0.49% 0.8% -
XYZ 33.34 24.3 20.7 -
YUV 136.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 204 105 120 0 0.49 0.41 0.2 350.91 0.49 0.61
Hex CC 69 78 0 31 29 14 15F 31 3D
Octal 314 151 170 0 61 51 24 537 61 75
Binary 11001100 1101001 1111000 0 110001 101001 10100 101011111 110001 111101

Color Harmonies of #CC6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6978

Black with #CC6978

Text Example


Text Example

White with #CC6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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