Html Css Color HEX #CC6778 Charm

📋 copy color: '#CC6778'

red 204 ◦ green 103 ◦ blue 120

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

Shades of Charm #CC6778

Tints of Charm #CC6778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.12%

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

R = 47.78%
G = 24.12%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC6778 (or 0xCC6778) is known color: Charm. HEX triplet: CC, 67 and 78. RGB value is (204,103,120). Sum of RGB (Red+Green+Blue) = 204+103+120=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6778 is #339887. Grayscale: #878787. Windows color (decimal): -3381384 or 7890892. OLE color: 7890892.

HSL color Cylindrical-coordinate representation of color #CC6778: hue angle of 349.9º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6778 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 120 -
CMYK 0 0.50 0.41 0.2
HSL 349.9º 0.5% 0.6% -
HSV(B) 349.9º 0.5% 0.8% -
XYZ 33.14 23.89 20.63 -
YUV 135.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 204 103 120 0 0.50 0.41 0.2 349.9 0.5 0.6
Hex CC 67 78 0 32 29 14 15E 32 3C
Octal 314 147 170 0 62 51 24 536 62 74
Binary 11001100 1100111 1111000 0 110010 101001 10100 101011110 110010 111100

Color Harmonies of #CC6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6778

Black with #CC6778

Text Example


Text Example

White with #CC6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6778; }

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

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

background-color css

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

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

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

border-color css

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

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

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