Html Css Color HEX #C57C93 Puce

📋 copy color: '#C57C93'

red 197 ◦ green 124 ◦ blue 147

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

Shades of Puce #C57C93

Tints of Puce #C57C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.5%

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 42.09%
G = 26.5%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C57C93 (or 0xC57C93) is known color: Puce. HEX triplet: C5, 7C and 93. RGB value is (197,124,147). Sum of RGB (Red+Green+Blue) = 197+124+147=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57C93 is #3A836C. Grayscale: #949494. Windows color (decimal): -3834733 or 9665733. OLE color: 9665733.

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

Color convert

RGB 197 124 147 -
CMYK 0 0.37 0.25 0.23
HSL 341.1º 0.39% 0.63% -
HSV(B) 341.1º 0.37% 0.77% -
XYZ 35.5 28.39 31.21 -
YUV 148.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 197 124 147 0 0.37 0.25 0.23 341.1 0.39 0.63
Hex C5 7C 93 0 25 19 17 155 27 3F
Octal 305 174 223 0 45 31 27 525 47 77
Binary 11000101 1111100 10010011 0 100101 11001 10111 101010101 100111 111111

Color Harmonies of #C57C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C93

Black with #C57C93

Text Example


Text Example

White with #C57C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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