Html Css Color HEX #C56582 Charm

📋 copy color: '#C56582'

red 197 ◦ green 101 ◦ blue 130

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

Shades of Charm #C56582

Tints of Charm #C56582

RGB

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

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

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

R = 46.03%
G = 23.6%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C56582 (or 0xC56582) is known color: Charm. HEX triplet: C5, 65 and 82. RGB value is (197,101,130). Sum of RGB (Red+Green+Blue) = 197+101+130=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C56582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56582 is #3A9A7D. Grayscale: #848484. Windows color (decimal): -3840638 or 8545733. OLE color: 8545733.

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

Color convert

RGB 197 101 130 -
CMYK 0 0.49 0.34 0.23
HSL 341.88º 0.45% 0.58% -
HSV(B) 341.88º 0.49% 0.77% -
XYZ 31.71 22.79 23.85 -
YUV 133.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 197 101 130 0 0.49 0.34 0.23 341.88 0.45 0.58
Hex C5 65 82 0 31 22 17 156 2D 3A
Octal 305 145 202 0 61 42 27 526 55 72
Binary 11000101 1100101 10000010 0 110001 100010 10111 101010110 101101 111010

Color Harmonies of #C56582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56582

Black with #C56582

Text Example


Text Example

White with #C56582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56582; }

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

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

background-color css

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

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

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

border-color css

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

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

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