Html Css Color HEX #C38791 Puce

📋 copy color: '#C38791'

red 195 ◦ green 135 ◦ blue 145

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

Shades of Puce #C38791

Tints of Puce #C38791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

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

R = 41.05%
G = 28.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38791 (or 0xC38791) is known color: Puce. HEX triplet: C3, 87 and 91. RGB value is (195,135,145). Sum of RGB (Red+Green+Blue) = 195+135+145=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38791 is #3C786E. Grayscale: #9A9A9A. Windows color (decimal): -3962991 or 9537475. OLE color: 9537475.

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

Color convert

RGB 195 135 145 -
CMYK 0 0.31 0.26 0.24
HSL 350º 0.33% 0.65% -
HSV(B) 350º 0.31% 0.76% -
XYZ 36.28 30.97 30.85 -
YUV 154.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 195 135 145 0 0.31 0.26 0.24 350 0.33 0.65
Hex C3 87 91 0 1F 1A 18 15E 21 41
Octal 303 207 221 0 37 32 30 536 41 101
Binary 11000011 10000111 10010001 0 11111 11010 11000 101011110 100001 1000001

Color Harmonies of #C38791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38791

Black with #C38791

Text Example


Text Example

White with #C38791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38791; }

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

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

background-color css

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

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

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

border-color css

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

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

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