Html Css Color HEX #C57081 Charm

📋 copy color: '#C57081'

red 197 ◦ green 112 ◦ blue 129

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

Shades of Charm #C57081

Tints of Charm #C57081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 44.98%
G = 25.57%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C57081 (or 0xC57081) is known color: Charm. HEX triplet: C5, 70 and 81. RGB value is (197,112,129). Sum of RGB (Red+Green+Blue) = 197+112+129=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C57081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57081 is #3A8F7E. Grayscale: #8B8B8B. Windows color (decimal): -3837823 or 8483013. OLE color: 8483013.

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

Color convert

RGB 197 112 129 -
CMYK 0 0.43 0.35 0.23
HSL 348º 0.42% 0.61% -
HSV(B) 348º 0.43% 0.77% -
XYZ 32.78 25.04 23.87 -
YUV 139.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 197 112 129 0 0.43 0.35 0.23 348 0.42 0.61
Hex C5 70 81 0 2B 23 17 15C 2A 3D
Octal 305 160 201 0 53 43 27 534 52 75
Binary 11000101 1110000 10000001 0 101011 100011 10111 101011100 101010 111101

Color Harmonies of #C57081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57081

Black with #C57081

Text Example


Text Example

White with #C57081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57081; }

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

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

background-color css

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

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

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

border-color css

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

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

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