Html Css Color HEX #C57A7C Charm

📋 copy color: '#C57A7C'

red 197 ◦ green 122 ◦ blue 124

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

Shades of Charm #C57A7C

Tints of Charm #C57A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 44.47%
G = 27.54%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C57A7C (or 0xC57A7C) is known color: Charm. HEX triplet: C5, 7A and 7C. RGB value is (197,122,124). Sum of RGB (Red+Green+Blue) = 197+122+124=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A7C is #3A8583. Grayscale: #909090. Windows color (decimal): -3835268 or 8157893. OLE color: 8157893.

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

Color convert

RGB 197 122 124 -
CMYK 0 0.38 0.37 0.23
HSL 358.4º 0.39% 0.63% -
HSV(B) 358.4º 0.38% 0.77% -
XYZ 33.62 27.24 22.56 -
YUV 144.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 197 122 124 0 0.38 0.37 0.23 358.4 0.39 0.63
Hex C5 7A 7C 0 26 25 17 166 27 3F
Octal 305 172 174 0 46 45 27 546 47 77
Binary 11000101 1111010 1111100 0 100110 100101 10111 101100110 100111 111111

Color Harmonies of #C57A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A7C

Black with #C57A7C

Text Example


Text Example

White with #C57A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A7C; }

 p { color: rgb(197,122,124); }

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

background-color css

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

 a { background-color: rgb(197,122,124); }

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

border-color css

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

 span { border-color: rgb(197,122,124); }

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