Html Css Color HEX #C38496 Puce

📋 copy color: '#C38496'

red 195 ◦ green 132 ◦ blue 150

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

Shades of Puce #C38496

Tints of Puce #C38496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 40.88%
G = 27.67%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C38496 (or 0xC38496) is known color: Puce. HEX triplet: C3, 84 and 96. RGB value is (195,132,150). Sum of RGB (Red+Green+Blue) = 195+132+150=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C38496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38496 is #3C7B69. Grayscale: #989898. Windows color (decimal): -3963754 or 9864387. OLE color: 9864387.

HSL color Cylindrical-coordinate representation of color #C38496: hue angle of 342.86º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38496 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 150 -
CMYK 0 0.32 0.23 0.24
HSL 342.86º 0.34% 0.64% -
HSV(B) 342.86º 0.32% 0.76% -
XYZ 36.26 30.31 32.79 -
YUV 152.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 195 132 150 0 0.32 0.23 0.24 342.86 0.34 0.64
Hex C3 84 96 0 20 17 18 157 22 40
Octal 303 204 226 0 40 27 30 527 42 100
Binary 11000011 10000100 10010110 0 100000 10111 11000 101010111 100010 1000000

Color Harmonies of #C38496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38496

Black with #C38496

Text Example


Text Example

White with #C38496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38496; }

 p { color: rgb(195,132,150); }

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

background-color css

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

 a { background-color: rgb(195,132,150); }

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

border-color css

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

 span { border-color: rgb(195,132,150); }

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