Html Css Color HEX #CC6582 Charm

📋 copy color: '#CC6582'

red 204 ◦ green 101 ◦ blue 130

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

Shades of Charm #CC6582

Tints of Charm #CC6582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

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

R = 46.9%
G = 23.22%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6582 (or 0xCC6582) is known color: Charm. HEX triplet: CC, 65 and 82. RGB value is (204,101,130). Sum of RGB (Red+Green+Blue) = 204+101+130=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6582 is #339A7D. Grayscale: #878787. Windows color (decimal): -3381886 or 8545740. OLE color: 8545740.

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

Color convert

RGB 204 101 130 -
CMYK 0 0.50 0.36 0.2
HSL 343.11º 0.5% 0.6% -
HSV(B) 343.11º 0.5% 0.8% -
XYZ 33.58 23.76 23.93 -
YUV 135.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 204 101 130 0 0.50 0.36 0.2 343.11 0.5 0.6
Hex CC 65 82 0 32 24 14 157 32 3C
Octal 314 145 202 0 62 44 24 527 62 74
Binary 11001100 1100101 10000010 0 110010 100100 10100 101010111 110010 111100

Color Harmonies of #CC6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6582

Black with #CC6582

Text Example


Text Example

White with #CC6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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