Html Css Color HEX #CC6483 Charm

📋 copy color: '#CC6483'

red 204 ◦ green 100 ◦ blue 131

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

Shades of Charm #CC6483

Tints of Charm #CC6483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 46.9%
G = 22.99%
B = 30.11%

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

#CC6483 (or 0xCC6483) is known color: Charm. HEX triplet: CC, 64 and 83. RGB value is (204,100,131). Sum of RGB (Red+Green+Blue) = 204+100+131=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6483 is #339B7C. Grayscale: #868686. Windows color (decimal): -3382141 or 8611020. OLE color: 8611020.

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

Color convert

RGB 204 100 131 -
CMYK 0 0.51 0.36 0.2
HSL 342.12º 0.5% 0.6% -
HSV(B) 342.12º 0.51% 0.8% -
XYZ 33.56 23.59 24.26 -
YUV 134.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 204 100 131 0 0.51 0.36 0.2 342.12 0.5 0.6
Hex CC 64 83 0 33 24 14 156 32 3C
Octal 314 144 203 0 63 44 24 526 62 74
Binary 11001100 1100100 10000011 0 110011 100100 10100 101010110 110010 111100

Color Harmonies of #CC6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6483

Black with #CC6483

Text Example


Text Example

White with #CC6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6483; }

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

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

background-color css

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

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

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

border-color css

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

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

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