Html Css Color HEX #C38991 Puce

📋 copy color: '#C38991'

red 195 ◦ green 137 ◦ blue 145

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

Shades of Puce #C38991

Tints of Puce #C38991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.72%

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

R = 40.88%
G = 28.72%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38991 (or 0xC38991) is known color: Puce. HEX triplet: C3, 89 and 91. RGB value is (195,137,145). Sum of RGB (Red+Green+Blue) = 195+137+145=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C38991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38991 is #3C766E. Grayscale: #9B9B9B. Windows color (decimal): -3962479 or 9537987. OLE color: 9537987.

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

Color convert

RGB 195 137 145 -
CMYK 0 0.30 0.26 0.24
HSL 351.72º 0.33% 0.65% -
HSV(B) 351.72º 0.3% 0.76% -
XYZ 36.56 31.54 30.95 -
YUV 155.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 195 137 145 0 0.30 0.26 0.24 351.72 0.33 0.65
Hex C3 89 91 0 1E 1A 18 160 21 41
Octal 303 211 221 0 36 32 30 540 41 101
Binary 11000011 10001001 10010001 0 11110 11010 11000 101100000 100001 1000001

Color Harmonies of #C38991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38991

Black with #C38991

Text Example


Text Example

White with #C38991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38991; }

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

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

background-color css

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

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

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

border-color css

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

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

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