Html Css Color HEX #C38896 Puce

📋 copy color: '#C38896'

red 195 ◦ green 136 ◦ blue 150

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

Shades of Puce #C38896

Tints of Puce #C38896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

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

R = 40.54%
G = 28.27%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C38896 (or 0xC38896) is known color: Puce. HEX triplet: C3, 88 and 96. RGB value is (195,136,150). Sum of RGB (Red+Green+Blue) = 195+136+150=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38896 is #3C7769. Grayscale: #9B9B9B. Windows color (decimal): -3962730 or 9865411. OLE color: 9865411.

HSL color Cylindrical-coordinate representation of color #C38896: hue angle of 345.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38896 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 150 -
CMYK 0 0.30 0.23 0.24
HSL 345.76º 0.33% 0.65% -
HSV(B) 345.76º 0.3% 0.76% -
XYZ 36.81 31.41 32.98 -
YUV 155.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 195 136 150 0 0.30 0.23 0.24 345.76 0.33 0.65
Hex C3 88 96 0 1E 17 18 15A 21 41
Octal 303 210 226 0 36 27 30 532 41 101
Binary 11000011 10001000 10010110 0 11110 10111 11000 101011010 100001 1000001

Color Harmonies of #C38896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38896

Black with #C38896

Text Example


Text Example

White with #C38896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38896; }

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

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

background-color css

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

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

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

border-color css

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

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

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