Html Css Color HEX #CC6380 Charm

📋 copy color: '#CC6380'

red 204 ◦ green 99 ◦ blue 128

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

Shades of Charm #CC6380

Tints of Charm #CC6380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 47.33%
G = 22.97%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6380 (or 0xCC6380) is known color: Charm. HEX triplet: CC, 63 and 80. RGB value is (204,99,128). Sum of RGB (Red+Green+Blue) = 204+99+128=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6380 is #339C7F. Grayscale: #858585. Windows color (decimal): -3382400 or 8414156. OLE color: 8414156.

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

Color convert

RGB 204 99 128 -
CMYK 0 0.51 0.37 0.2
HSL 343.43º 0.51% 0.59% -
HSV(B) 343.43º 0.51% 0.8% -
XYZ 33.26 23.32 23.17 -
YUV 133.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 204 99 128 0 0.51 0.37 0.2 343.43 0.51 0.59
Hex CC 63 80 0 33 25 14 157 33 3B
Octal 314 143 200 0 63 45 24 527 63 73
Binary 11001100 1100011 10000000 0 110011 100101 10100 101010111 110011 111011

Color Harmonies of #CC6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6380

Black with #CC6380

Text Example


Text Example

White with #CC6380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6380; }

 p { color: rgb(204,99,128); }

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

background-color css

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

 a { background-color: rgb(204,99,128); }

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

border-color css

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

 span { border-color: rgb(204,99,128); }

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