Html Css Color HEX #C98292 Puce

📋 copy color: '#C98292'

red 201 ◦ green 130 ◦ blue 146

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

Shades of Puce #C98292

Tints of Puce #C98292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 42.14%
G = 27.25%
B = 30.61%

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

#C98292 (or 0xC98292) is known color: Puce. HEX triplet: C9, 82 and 92. RGB value is (201,130,146). Sum of RGB (Red+Green+Blue) = 201+130+146=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C98292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98292 is #367D6D. Grayscale: #999999. Windows color (decimal): -3571054 or 9601737. OLE color: 9601737.

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

Color convert

RGB 201 130 146 -
CMYK 0 0.35 0.27 0.21
HSL 346.48º 0.4% 0.65% -
HSV(B) 346.48º 0.35% 0.79% -
XYZ 37.26 30.46 31.11 -
YUV 153.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 201 130 146 0 0.35 0.27 0.21 346.48 0.4 0.65
Hex C9 82 92 0 23 1B 15 15A 28 41
Octal 311 202 222 0 43 33 25 532 50 101
Binary 11001001 10000010 10010010 0 100011 11011 10101 101011010 101000 1000001

Color Harmonies of #C98292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98292

Black with #C98292

Text Example


Text Example

White with #C98292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98292; }

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

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

background-color css

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

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

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

border-color css

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

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

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