Html Css Color HEX #CC6482 Charm

📋 copy color: '#CC6482'

red 204 ◦ green 100 ◦ blue 130

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

Shades of Charm #CC6482

Tints of Charm #CC6482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 47%
G = 23.04%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6482 (or 0xCC6482) is known color: Charm. HEX triplet: CC, 64 and 82. RGB value is (204,100,130). Sum of RGB (Red+Green+Blue) = 204+100+130=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6482 is #339B7D. Grayscale: #868686. Windows color (decimal): -3382142 or 8545484. OLE color: 8545484.

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

Color convert

RGB 204 100 130 -
CMYK 0 0.51 0.36 0.2
HSL 342.69º 0.5% 0.6% -
HSV(B) 342.69º 0.51% 0.8% -
XYZ 33.49 23.56 23.9 -
YUV 134.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 204 100 130 0 0.51 0.36 0.2 342.69 0.5 0.6
Hex CC 64 82 0 33 24 14 157 32 3C
Octal 314 144 202 0 63 44 24 527 62 74
Binary 11001100 1100100 10000010 0 110011 100100 10100 101010111 110010 111100

Color Harmonies of #CC6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6482

Black with #CC6482

Text Example


Text Example

White with #CC6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6482; }

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

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

background-color css

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

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

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

border-color css

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

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

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