Html Css Color HEX #C37F99 Puce

📋 copy color: '#C37F99'

red 195 ◦ green 127 ◦ blue 153

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

Shades of Puce #C37F99

Tints of Puce #C37F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 41.05%
G = 26.74%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C37F99 (or 0xC37F99) is known color: Puce. HEX triplet: C3, 7F and 99. RGB value is (195,127,153). Sum of RGB (Red+Green+Blue) = 195+127+153=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F99 is #3C8066. Grayscale: #969696. Windows color (decimal): -3965031 or 10059715. OLE color: 10059715.

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

Color convert

RGB 195 127 153 -
CMYK 0 0.35 0.22 0.24
HSL 337.06º 0.36% 0.63% -
HSV(B) 337.06º 0.35% 0.76% -
XYZ 35.84 29.08 33.86 -
YUV 150.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 195 127 153 0 0.35 0.22 0.24 337.06 0.36 0.63
Hex C3 7F 99 0 23 16 18 151 24 3F
Octal 303 177 231 0 43 26 30 521 44 77
Binary 11000011 1111111 10011001 0 100011 10110 11000 101010001 100100 111111

Color Harmonies of #C37F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F99

Black with #C37F99

Text Example


Text Example

White with #C37F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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