Html Css Color HEX #C57083 Charm

📋 copy color: '#C57083'

red 197 ◦ green 112 ◦ blue 131

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

Shades of Charm #C57083

Tints of Charm #C57083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 44.77%
G = 25.45%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C57083 (or 0xC57083) is known color: Charm. HEX triplet: C5, 70 and 83. RGB value is (197,112,131). Sum of RGB (Red+Green+Blue) = 197+112+131=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C57083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57083 is #3A8F7C. Grayscale: #8B8B8B. Windows color (decimal): -3837821 or 8614085. OLE color: 8614085.

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

Color convert

RGB 197 112 131 -
CMYK 0 0.43 0.34 0.23
HSL 346.59º 0.42% 0.61% -
HSV(B) 346.59º 0.43% 0.77% -
XYZ 32.92 25.1 24.58 -
YUV 139.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 197 112 131 0 0.43 0.34 0.23 346.59 0.42 0.61
Hex C5 70 83 0 2B 22 17 15B 2A 3D
Octal 305 160 203 0 53 42 27 533 52 75
Binary 11000101 1110000 10000011 0 101011 100010 10111 101011011 101010 111101

Color Harmonies of #C57083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57083

Black with #C57083

Text Example


Text Example

White with #C57083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57083; }

 p { color: rgb(197,112,131); }

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

background-color css

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

 a { background-color: rgb(197,112,131); }

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

border-color css

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

 span { border-color: rgb(197,112,131); }

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