Html Css Color HEX #C38497 Puce

📋 copy color: '#C38497'

red 195 ◦ green 132 ◦ blue 151

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

Shades of Puce #C38497

Tints of Puce #C38497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 40.79%
G = 27.62%
B = 31.59%

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

#C38497 (or 0xC38497) is known color: Puce. HEX triplet: C3, 84 and 97. RGB value is (195,132,151). Sum of RGB (Red+Green+Blue) = 195+132+151=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38497 is #3C7B68. Grayscale: #989898. Windows color (decimal): -3963753 or 9929923. OLE color: 9929923.

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

Color convert

RGB 195 132 151 -
CMYK 0 0.32 0.23 0.24
HSL 341.9º 0.34% 0.64% -
HSV(B) 341.9º 0.32% 0.76% -
XYZ 36.34 30.34 33.22 -
YUV 153 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 195 132 151 0 0.32 0.23 0.24 341.9 0.34 0.64
Hex C3 84 97 0 20 17 18 156 22 40
Octal 303 204 227 0 40 27 30 526 42 100
Binary 11000011 10000100 10010111 0 100000 10111 11000 101010110 100010 1000000

Color Harmonies of #C38497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38497

Black with #C38497

Text Example


Text Example

White with #C38497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38497; }

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

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

background-color css

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

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

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

border-color css

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

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

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