Html Css Color HEX #C56882 Charm

📋 copy color: '#C56882'

red 197 ◦ green 104 ◦ blue 130

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

Shades of Charm #C56882

Tints of Charm #C56882

RGB

 RED value IS 197 (77.34% from 255) = 45.71%

 GREEN value IS 104 (41.02% from 255) = 24.13%

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

R = 45.71%
G = 24.13%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C56882 (or 0xC56882) is known color: Charm. HEX triplet: C5, 68 and 82. RGB value is (197,104,130). Sum of RGB (Red+Green+Blue) = 197+104+130=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C56882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56882 is #3A977D. Grayscale: #868686. Windows color (decimal): -3839870 or 8546501. OLE color: 8546501.

HSL color Cylindrical-coordinate representation of color #C56882: hue angle of 343.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56882 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 130 -
CMYK 0 0.47 0.34 0.23
HSL 343.23º 0.44% 0.59% -
HSV(B) 343.23º 0.47% 0.77% -
XYZ 32.01 23.38 23.95 -
YUV 134.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 197 104 130 0 0.47 0.34 0.23 343.23 0.44 0.59
Hex C5 68 82 0 2F 22 17 157 2C 3B
Octal 305 150 202 0 57 42 27 527 54 73
Binary 11000101 1101000 10000010 0 101111 100010 10111 101010111 101100 111011

Color Harmonies of #C56882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56882

Black with #C56882

Text Example


Text Example

White with #C56882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56882; }

 p { color: rgb(197,104,130); }

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

background-color css

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

 a { background-color: rgb(197,104,130); }

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

border-color css

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

 span { border-color: rgb(197,104,130); }

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