Html Css Color HEX #C98295 Puce

📋 copy color: '#C98295'

red 201 ◦ green 130 ◦ blue 149

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

Shades of Puce #C98295

Tints of Puce #C98295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 41.88%
G = 27.08%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C98295 (or 0xC98295) is known color: Puce. HEX triplet: C9, 82 and 95. RGB value is (201,130,149). Sum of RGB (Red+Green+Blue) = 201+130+149=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C98295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98295 is #367D6A. Grayscale: #999999. Windows color (decimal): -3571051 or 9798345. OLE color: 9798345.

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

Color convert

RGB 201 130 149 -
CMYK 0 0.35 0.26 0.21
HSL 343.94º 0.4% 0.65% -
HSV(B) 343.94º 0.35% 0.79% -
XYZ 37.49 30.55 32.35 -
YUV 153.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 201 130 149 0 0.35 0.26 0.21 343.94 0.4 0.65
Hex C9 82 95 0 23 1A 15 158 28 41
Octal 311 202 225 0 43 32 25 530 50 101
Binary 11001001 10000010 10010101 0 100011 11010 10101 101011000 101000 1000001

Color Harmonies of #C98295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98295

Black with #C98295

Text Example


Text Example

White with #C98295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98295; }

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

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

background-color css

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

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

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

border-color css

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

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

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