Html Css Color HEX #C38493 Puce

📋 copy color: '#C38493'

red 195 ◦ green 132 ◦ blue 147

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

Shades of Puce #C38493

Tints of Puce #C38493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.85%

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 41.14%
G = 27.85%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38493 (or 0xC38493) is known color: Puce. HEX triplet: C3, 84 and 93. RGB value is (195,132,147). Sum of RGB (Red+Green+Blue) = 195+132+147=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38493 is #3C7B6C. Grayscale: #989898. Windows color (decimal): -3963757 or 9667779. OLE color: 9667779.

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

Color convert

RGB 195 132 147 -
CMYK 0 0.32 0.25 0.24
HSL 345.71º 0.34% 0.64% -
HSV(B) 345.71º 0.32% 0.76% -
XYZ 36.02 30.21 31.54 -
YUV 152.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 195 132 147 0 0.32 0.25 0.24 345.71 0.34 0.64
Hex C3 84 93 0 20 19 18 15A 22 40
Octal 303 204 223 0 40 31 30 532 42 100
Binary 11000011 10000100 10010011 0 100000 11001 11000 101011010 100010 1000000

Color Harmonies of #C38493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38493

Black with #C38493

Text Example


Text Example

White with #C38493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38493; }

 p { color: rgb(195,132,147); }

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

background-color css

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

 a { background-color: rgb(195,132,147); }

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

border-color css

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

 span { border-color: rgb(195,132,147); }

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