Html Css Color HEX #CC6481 Charm

📋 copy color: '#CC6481'

red 204 ◦ green 100 ◦ blue 129

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

Shades of Charm #CC6481

Tints of Charm #CC6481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 47.11%
G = 23.09%
B = 29.79%

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

#CC6481 (or 0xCC6481) is known color: Charm. HEX triplet: CC, 64 and 81. RGB value is (204,100,129). Sum of RGB (Red+Green+Blue) = 204+100+129=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6481 is #339B7E. Grayscale: #868686. Windows color (decimal): -3382143 or 8479948. OLE color: 8479948.

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

Color convert

RGB 204 100 129 -
CMYK 0 0.51 0.37 0.2
HSL 343.27º 0.5% 0.6% -
HSV(B) 343.27º 0.51% 0.8% -
XYZ 33.42 23.54 23.55 -
YUV 134.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 204 100 129 0 0.51 0.37 0.2 343.27 0.5 0.6
Hex CC 64 81 0 33 25 14 157 32 3C
Octal 314 144 201 0 63 45 24 527 62 74
Binary 11001100 1100100 10000001 0 110011 100101 10100 101010111 110010 111100

Color Harmonies of #CC6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6481

Black with #CC6481

Text Example


Text Example

White with #CC6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6481; }

 p { color: rgb(204,100,129); }

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

background-color css

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

 a { background-color: rgb(204,100,129); }

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

border-color css

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

 span { border-color: rgb(204,100,129); }

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