Html Css Color HEX #C57F90 Puce

📋 copy color: '#C57F90'

red 197 ◦ green 127 ◦ blue 144

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

Shades of Puce #C57F90

Tints of Puce #C57F90

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 42.09%
G = 27.14%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C57F90 (or 0xC57F90) is known color: Puce. HEX triplet: C5, 7F and 90. RGB value is (197,127,144). Sum of RGB (Red+Green+Blue) = 197+127+144=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F90 is #3A806F. Grayscale: #959595. Windows color (decimal): -3833968 or 9469893. OLE color: 9469893.

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

Color convert

RGB 197 127 144 -
CMYK 0 0.36 0.27 0.23
HSL 345.43º 0.38% 0.64% -
HSV(B) 345.43º 0.36% 0.77% -
XYZ 35.65 29.06 30.12 -
YUV 149.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 197 127 144 0 0.36 0.27 0.23 345.43 0.38 0.64
Hex C5 7F 90 0 24 1B 17 159 26 40
Octal 305 177 220 0 44 33 27 531 46 100
Binary 11000101 1111111 10010000 0 100100 11011 10111 101011001 100110 1000000

Color Harmonies of #C57F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F90

Black with #C57F90

Text Example


Text Example

White with #C57F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F90; }

 p { color: rgb(197,127,144); }

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

background-color css

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

 a { background-color: rgb(197,127,144); }

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

border-color css

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

 span { border-color: rgb(197,127,144); }

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