Html Css Color HEX #C98294 Puce

📋 copy color: '#C98294'

red 201 ◦ green 130 ◦ blue 148

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

Shades of Puce #C98294

Tints of Puce #C98294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 41.96%
G = 27.14%
B = 30.9%

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

#C98294 (or 0xC98294) is known color: Puce. HEX triplet: C9, 82 and 94. RGB value is (201,130,148). Sum of RGB (Red+Green+Blue) = 201+130+148=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98294 is #367D6B. Grayscale: #999999. Windows color (decimal): -3571052 or 9732809. OLE color: 9732809.

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

Color convert

RGB 201 130 148 -
CMYK 0 0.35 0.26 0.21
HSL 344.79º 0.4% 0.65% -
HSV(B) 344.79º 0.35% 0.79% -
XYZ 37.42 30.52 31.94 -
YUV 153.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 201 130 148 0 0.35 0.26 0.21 344.79 0.4 0.65
Hex C9 82 94 0 23 1A 15 159 28 41
Octal 311 202 224 0 43 32 25 531 50 101
Binary 11001001 10000010 10010100 0 100011 11010 10101 101011001 101000 1000001

Color Harmonies of #C98294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98294

Black with #C98294

Text Example


Text Example

White with #C98294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98294; }

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

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

background-color css

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

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

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

border-color css

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

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

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