Html Css Color HEX #C38391 Puce

📋 copy color: '#C38391'

red 195 ◦ green 131 ◦ blue 145

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

Shades of Puce #C38391

Tints of Puce #C38391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 41.4%
G = 27.81%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38391 (or 0xC38391) is known color: Puce. HEX triplet: C3, 83 and 91. RGB value is (195,131,145). Sum of RGB (Red+Green+Blue) = 195+131+145=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38391 is #3C7C6E. Grayscale: #979797. Windows color (decimal): -3964015 or 9536451. OLE color: 9536451.

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

Color convert

RGB 195 131 145 -
CMYK 0 0.33 0.26 0.24
HSL 346.88º 0.35% 0.64% -
HSV(B) 346.88º 0.33% 0.76% -
XYZ 35.73 29.88 30.67 -
YUV 151.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 195 131 145 0 0.33 0.26 0.24 346.88 0.35 0.64
Hex C3 83 91 0 21 1A 18 15B 23 40
Octal 303 203 221 0 41 32 30 533 43 100
Binary 11000011 10000011 10010001 0 100001 11010 11000 101011011 100011 1000000

Color Harmonies of #C38391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38391

Black with #C38391

Text Example


Text Example

White with #C38391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38391; }

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

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

background-color css

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

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

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

border-color css

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

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

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