Html Css Color HEX #C38895 Puce

📋 copy color: '#C38895'

red 195 ◦ green 136 ◦ blue 149

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

Shades of Puce #C38895

Tints of Puce #C38895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 40.63%
G = 28.33%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C38895 (or 0xC38895) is known color: Puce. HEX triplet: C3, 88 and 95. RGB value is (195,136,149). Sum of RGB (Red+Green+Blue) = 195+136+149=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C38895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38895 is #3C776A. Grayscale: #9B9B9B. Windows color (decimal): -3962731 or 9799875. OLE color: 9799875.

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

Color convert

RGB 195 136 149 -
CMYK 0 0.30 0.24 0.24
HSL 346.78º 0.33% 0.65% -
HSV(B) 346.78º 0.3% 0.76% -
XYZ 36.73 31.38 32.55 -
YUV 155.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 195 136 149 0 0.30 0.24 0.24 346.78 0.33 0.65
Hex C3 88 95 0 1E 18 18 15B 21 41
Octal 303 210 225 0 36 30 30 533 41 101
Binary 11000011 10001000 10010101 0 11110 11000 11000 101011011 100001 1000001

Color Harmonies of #C38895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38895

Black with #C38895

Text Example


Text Example

White with #C38895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38895; }

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

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

background-color css

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

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

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

border-color css

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

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

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