Html Css Color HEX #C98296 Puce

📋 copy color: '#C98296'

red 201 ◦ green 130 ◦ blue 150

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

Shades of Puce #C98296

Tints of Puce #C98296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 41.79%
G = 27.03%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C98296 (or 0xC98296) is known color: Puce. HEX triplet: C9, 82 and 96. RGB value is (201,130,150). Sum of RGB (Red+Green+Blue) = 201+130+150=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C98296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98296 is #367D69. Grayscale: #999999. Windows color (decimal): -3571050 or 9863881. OLE color: 9863881.

HSL color Cylindrical-coordinate representation of color #C98296: hue angle of 343.1º degrees, saturation: 0.4, 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 #C98296 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 150 -
CMYK 0 0.35 0.25 0.21
HSL 343.1º 0.4% 0.65% -
HSV(B) 343.1º 0.35% 0.79% -
XYZ 37.58 30.58 32.78 -
YUV 153.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 201 130 150 0 0.35 0.25 0.21 343.1 0.4 0.65
Hex C9 82 96 0 23 19 15 157 28 41
Octal 311 202 226 0 43 31 25 527 50 101
Binary 11001001 10000010 10010110 0 100011 11001 10101 101010111 101000 1000001

Color Harmonies of #C98296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98296

Black with #C98296

Text Example


Text Example

White with #C98296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98296; }

 p { color: rgb(201,130,150); }

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

background-color css

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

 a { background-color: rgb(201,130,150); }

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

border-color css

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

 span { border-color: rgb(201,130,150); }

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