Html Css Color HEX #C57985 Charm

📋 copy color: '#C57985'

red 197 ◦ green 121 ◦ blue 133

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

Shades of Charm #C57985

Tints of Charm #C57985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

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

R = 43.68%
G = 26.83%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C57985 (or 0xC57985) is known color: Charm. HEX triplet: C5, 79 and 85. RGB value is (197,121,133). Sum of RGB (Red+Green+Blue) = 197+121+133=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57985 is #3A867A. Grayscale: #919191. Windows color (decimal): -3835515 or 8747461. OLE color: 8747461.

HSL color Cylindrical-coordinate representation of color #C57985: hue angle of 350.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57985 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 133 -
CMYK 0 0.39 0.32 0.23
HSL 350.53º 0.4% 0.62% -
HSV(B) 350.53º 0.39% 0.77% -
XYZ 34.1 27.24 25.65 -
YUV 145.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 197 121 133 0 0.39 0.32 0.23 350.53 0.4 0.62
Hex C5 79 85 0 27 20 17 15F 28 3E
Octal 305 171 205 0 47 40 27 537 50 76
Binary 11000101 1111001 10000101 0 100111 100000 10111 101011111 101000 111110

Color Harmonies of #C57985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57985

Black with #C57985

Text Example


Text Example

White with #C57985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57985; }

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

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

background-color css

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

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

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

border-color css

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

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

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