Html Css Color HEX #C38392 Puce

📋 copy color: '#C38392'

red 195 ◦ green 131 ◦ blue 146

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

Shades of Puce #C38392

Tints of Puce #C38392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 41.31%
G = 27.75%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38392 (or 0xC38392) is known color: Puce. HEX triplet: C3, 83 and 92. RGB value is (195,131,146). Sum of RGB (Red+Green+Blue) = 195+131+146=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38392 is #3C7C6D. Grayscale: #979797. Windows color (decimal): -3964014 or 9601987. OLE color: 9601987.

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

Color convert

RGB 195 131 146 -
CMYK 0 0.33 0.25 0.24
HSL 345.94º 0.35% 0.64% -
HSV(B) 345.94º 0.33% 0.76% -
XYZ 35.81 29.91 31.08 -
YUV 151.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 195 131 146 0 0.33 0.25 0.24 345.94 0.35 0.64
Hex C3 83 92 0 21 19 18 15A 23 40
Octal 303 203 222 0 41 31 30 532 43 100
Binary 11000011 10000011 10010010 0 100001 11001 11000 101011010 100011 1000000

Color Harmonies of #C38392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38392

Black with #C38392

Text Example


Text Example

White with #C38392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38392; }

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

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

background-color css

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

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

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

border-color css

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

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

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