Html Css Color HEX #C37FA0 Puce

📋 copy color: '#C37FA0'

red 195 ◦ green 127 ◦ blue 160

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

Shades of Puce #C37FA0

Tints of Puce #C37FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 40.46%
G = 26.35%
B = 33.2%

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

#C37FA0 (or 0xC37FA0) is known color: Puce. HEX triplet: C3, 7F and A0. RGB value is (195,127,160). Sum of RGB (Red+Green+Blue) = 195+127+160=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FA0 is #3C805F. Grayscale: #979797. Windows color (decimal): -3965024 or 10518467. OLE color: 10518467.

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

Color convert

RGB 195 127 160 -
CMYK 0 0.35 0.18 0.24
HSL 330.88º 0.36% 0.63% -
HSV(B) 330.88º 0.35% 0.76% -
XYZ 36.44 29.32 37 -
YUV 151.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 195 127 160 0 0.35 0.18 0.24 330.88 0.36 0.63
Hex C3 7F A0 0 23 12 18 14B 24 3F
Octal 303 177 240 0 43 22 30 513 44 77
Binary 11000011 1111111 10100000 0 100011 10010 11000 101001011 100100 111111

Color Harmonies of #C37FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37FA0

Black with #C37FA0

Text Example


Text Example

White with #C37FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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