Html Css Color HEX #CC6282 Charm

📋 copy color: '#CC6282'

red 204 ◦ green 98 ◦ blue 130

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

Shades of Charm #CC6282

Tints of Charm #CC6282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.69%

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

R = 47.22%
G = 22.69%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC6282 (or 0xCC6282) is known color: Charm. HEX triplet: CC, 62 and 82. RGB value is (204,98,130). Sum of RGB (Red+Green+Blue) = 204+98+130=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6282 is #339D7D. Grayscale: #858585. Windows color (decimal): -3382654 or 8544972. OLE color: 8544972.

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

Color convert

RGB 204 98 130 -
CMYK 0 0.52 0.36 0.2
HSL 341.89º 0.51% 0.59% -
HSV(B) 341.89º 0.52% 0.8% -
XYZ 33.3 23.18 23.84 -
YUV 133.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 204 98 130 0 0.52 0.36 0.2 341.89 0.51 0.59
Hex CC 62 82 0 34 24 14 156 33 3B
Octal 314 142 202 0 64 44 24 526 63 73
Binary 11001100 1100010 10000010 0 110100 100100 10100 101010110 110011 111011

Color Harmonies of #CC6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6282

Black with #CC6282

Text Example


Text Example

White with #CC6282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6282; }

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

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

background-color css

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

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

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

border-color css

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

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

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