Html Css Color HEX #C56985 Charm

📋 copy color: '#C56985'

red 197 ◦ green 105 ◦ blue 133

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

Shades of Charm #C56985

Tints of Charm #C56985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.14%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 45.29%
G = 24.14%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C56985 (or 0xC56985) is known color: Charm. HEX triplet: C5, 69 and 85. RGB value is (197,105,133). Sum of RGB (Red+Green+Blue) = 197+105+133=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C56985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56985 is #3A967A. Grayscale: #878787. Windows color (decimal): -3839611 or 8743365. OLE color: 8743365.

HSL color Cylindrical-coordinate representation of color #C56985: hue angle of 341.74º 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 #C56985 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 133 -
CMYK 0 0.47 0.32 0.23
HSL 341.74º 0.44% 0.59% -
HSV(B) 341.74º 0.47% 0.77% -
XYZ 32.31 23.67 25.06 -
YUV 135.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 197 105 133 0 0.47 0.32 0.23 341.74 0.44 0.59
Hex C5 69 85 0 2F 20 17 156 2C 3B
Octal 305 151 205 0 57 40 27 526 54 73
Binary 11000101 1101001 10000101 0 101111 100000 10111 101010110 101100 111011

Color Harmonies of #C56985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56985

Black with #C56985

Text Example


Text Example

White with #C56985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56985; }

 p { color: rgb(197,105,133); }

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

background-color css

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

 a { background-color: rgb(197,105,133); }

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

border-color css

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

 span { border-color: rgb(197,105,133); }

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