Html Css Color HEX #C37F9E Puce

📋 copy color: '#C37F9E'

red 195 ◦ green 127 ◦ blue 158

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

Shades of Puce #C37F9E

Tints of Puce #C37F9E

RGB

 RED value IS 195 (76.56% from 255) = 40.63%

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

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 40.63%
G = 26.46%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C37F9E (or 0xC37F9E) is known color: Puce. HEX triplet: C3, 7F and 9E. RGB value is (195,127,158). Sum of RGB (Red+Green+Blue) = 195+127+158=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F9E is #3C8061. Grayscale: #969696. Windows color (decimal): -3965026 or 10387395. OLE color: 10387395.

HSL color Cylindrical-coordinate representation of color #C37F9E: hue angle of 332.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37F9E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 158 -
CMYK 0 0.35 0.19 0.24
HSL 332.65º 0.36% 0.63% -
HSV(B) 332.65º 0.35% 0.76% -
XYZ 36.27 29.25 36.08 -
YUV 150.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 195 127 158 0 0.35 0.19 0.24 332.65 0.36 0.63
Hex C3 7F 9E 0 23 13 18 14D 24 3F
Octal 303 177 236 0 43 23 30 515 44 77
Binary 11000011 1111111 10011110 0 100011 10011 11000 101001101 100100 111111

Color Harmonies of #C37F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F9E

Black with #C37F9E

Text Example


Text Example

White with #C37F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F9E; }

 p { color: rgb(195,127,158); }

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

background-color css

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

 a { background-color: rgb(195,127,158); }

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

border-color css

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

 span { border-color: rgb(195,127,158); }

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