Html Css Color HEX #CC6182 Charm

📋 copy color: '#CC6182'

red 204 ◦ green 97 ◦ blue 130

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

Shades of Charm #CC6182

Tints of Charm #CC6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 47.33%
G = 22.51%
B = 30.16%

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

#CC6182 (or 0xCC6182) is known color: Charm. HEX triplet: CC, 61 and 82. RGB value is (204,97,130). Sum of RGB (Red+Green+Blue) = 204+97+130=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6182 is #339E7D. Grayscale: #848484. Windows color (decimal): -3382910 or 8544716. OLE color: 8544716.

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

Color convert

RGB 204 97 130 -
CMYK 0 0.52 0.36 0.2
HSL 341.5º 0.51% 0.59% -
HSV(B) 341.5º 0.52% 0.8% -
XYZ 33.21 23 23.81 -
YUV 132.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 204 97 130 0 0.52 0.36 0.2 341.5 0.51 0.59
Hex CC 61 82 0 34 24 14 155 33 3B
Octal 314 141 202 0 64 44 24 525 63 73
Binary 11001100 1100001 10000010 0 110100 100100 10100 101010101 110011 111011

Color Harmonies of #CC6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6182

Black with #CC6182

Text Example


Text Example

White with #CC6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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