Html Css Color HEX #C98793 Puce

📋 copy color: '#C98793'

red 201 ◦ green 135 ◦ blue 147

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

Shades of Puce #C98793

Tints of Puce #C98793

RGB

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

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

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

R = 41.61%
G = 27.95%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C98793 (or 0xC98793) is known color: Puce. HEX triplet: C9, 87 and 93. RGB value is (201,135,147). Sum of RGB (Red+Green+Blue) = 201+135+147=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98793 is #36786C. Grayscale: #9C9C9C. Windows color (decimal): -3569773 or 9668553. OLE color: 9668553.

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

Color convert

RGB 201 135 147 -
CMYK 0 0.33 0.27 0.21
HSL 349.09º 0.38% 0.66% -
HSV(B) 349.09º 0.33% 0.79% -
XYZ 38.02 31.85 31.75 -
YUV 156.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 201 135 147 0 0.33 0.27 0.21 349.09 0.38 0.66
Hex C9 87 93 0 21 1B 15 15D 26 42
Octal 311 207 223 0 41 33 25 535 46 102
Binary 11001001 10000111 10010011 0 100001 11011 10101 101011101 100110 1000010

Color Harmonies of #C98793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98793

Black with #C98793

Text Example


Text Example

White with #C98793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98793; }

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

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

background-color css

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

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

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

border-color css

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

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

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