Html Css Color HEX #C98192 Puce

📋 copy color: '#C98192'

red 201 ◦ green 129 ◦ blue 146

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

Shades of Puce #C98192

Tints of Puce #C98192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

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

R = 42.23%
G = 27.1%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C98192 (or 0xC98192) is known color: Puce. HEX triplet: C9, 81 and 92. RGB value is (201,129,146). Sum of RGB (Red+Green+Blue) = 201+129+146=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C98192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98192 is #367E6D. Grayscale: #989898. Windows color (decimal): -3571310 or 9601481. OLE color: 9601481.

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

Color convert

RGB 201 129 146 -
CMYK 0 0.36 0.27 0.21
HSL 345.83º 0.4% 0.65% -
HSV(B) 345.83º 0.36% 0.79% -
XYZ 37.13 30.19 31.07 -
YUV 152.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 201 129 146 0 0.36 0.27 0.21 345.83 0.4 0.65
Hex C9 81 92 0 24 1B 15 15A 28 41
Octal 311 201 222 0 44 33 25 532 50 101
Binary 11001001 10000001 10010010 0 100100 11011 10101 101011010 101000 1000001

Color Harmonies of #C98192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98192

Black with #C98192

Text Example


Text Example

White with #C98192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98192; }

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

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

background-color css

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

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

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

border-color css

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

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

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