Html Css Color HEX #C98393 Puce

📋 copy color: '#C98393'

red 201 ◦ green 131 ◦ blue 147

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

Shades of Puce #C98393

Tints of Puce #C98393

RGB

 RED value IS 201 (78.91% from 255) = 41.96%

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

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

R = 41.96%
G = 27.35%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C98393 (or 0xC98393) is known color: Puce. HEX triplet: C9, 83 and 93. RGB value is (201,131,147). Sum of RGB (Red+Green+Blue) = 201+131+147=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98393 is #367C6C. Grayscale: #999999. Windows color (decimal): -3570797 or 9667529. OLE color: 9667529.

HSL color Cylindrical-coordinate representation of color #C98393: hue angle of 346.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98393 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 131 147 -
CMYK 0 0.35 0.27 0.21
HSL 346.29º 0.39% 0.65% -
HSV(B) 346.29º 0.35% 0.79% -
XYZ 37.47 30.76 31.57 -
YUV 153.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 201 131 147 0 0.35 0.27 0.21 346.29 0.39 0.65
Hex C9 83 93 0 23 1B 15 15A 27 41
Octal 311 203 223 0 43 33 25 532 47 101
Binary 11001001 10000011 10010011 0 100011 11011 10101 101011010 100111 1000001

Color Harmonies of #C98393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98393

Black with #C98393

Text Example


Text Example

White with #C98393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98393; }

 p { color: rgb(201,131,147); }

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

background-color css

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

 a { background-color: rgb(201,131,147); }

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

border-color css

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

 span { border-color: rgb(201,131,147); }

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