Html Css Color HEX #C38D91 Puce

📋 copy color: '#C38D91'

red 195 ◦ green 141 ◦ blue 145

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

Shades of Puce #C38D91

Tints of Puce #C38D91

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 40.54%
G = 29.31%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38D91 (or 0xC38D91) is known color: Puce. HEX triplet: C3, 8D and 91. RGB value is (195,141,145). Sum of RGB (Red+Green+Blue) = 195+141+145=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D91 is #3C726E. Grayscale: #9D9D9D. Windows color (decimal): -3961455 or 9539011. OLE color: 9539011.

HSL color Cylindrical-coordinate representation of color #C38D91: hue angle of 355.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38D91 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 145 -
CMYK 0 0.28 0.26 0.24
HSL 355.56º 0.31% 0.66% -
HSV(B) 355.56º 0.28% 0.76% -
XYZ 37.14 32.7 31.14 -
YUV 157.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 195 141 145 0 0.28 0.26 0.24 355.56 0.31 0.66
Hex C3 8D 91 0 1C 1A 18 164 1F 42
Octal 303 215 221 0 34 32 30 544 37 102
Binary 11000011 10001101 10010001 0 11100 11010 11000 101100100 11111 1000010

Color Harmonies of #C38D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D91

Black with #C38D91

Text Example


Text Example

White with #C38D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D91; }

 p { color: rgb(195,141,145); }

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

background-color css

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

 a { background-color: rgb(195,141,145); }

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

border-color css

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

 span { border-color: rgb(195,141,145); }

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