Html Css Color HEX #C37F9F Puce

📋 copy color: '#C37F9F'

red 195 ◦ green 127 ◦ blue 159

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

Shades of Puce #C37F9F

Tints of Puce #C37F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 40.54%
G = 26.4%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C37F9F (or 0xC37F9F) is known color: Puce. HEX triplet: C3, 7F and 9F. RGB value is (195,127,159). Sum of RGB (Red+Green+Blue) = 195+127+159=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F9F is #3C8060. Grayscale: #969696. Windows color (decimal): -3965025 or 10452931. OLE color: 10452931.

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

Color convert

RGB 195 127 159 -
CMYK 0 0.35 0.18 0.24
HSL 331.76º 0.36% 0.63% -
HSV(B) 331.76º 0.35% 0.76% -
XYZ 36.35 29.28 36.54 -
YUV 150.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 195 127 159 0 0.35 0.18 0.24 331.76 0.36 0.63
Hex C3 7F 9F 0 23 12 18 14C 24 3F
Octal 303 177 237 0 43 22 30 514 44 77
Binary 11000011 1111111 10011111 0 100011 10010 11000 101001100 100100 111111

Color Harmonies of #C37F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F9F

Black with #C37F9F

Text Example


Text Example

White with #C37F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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