Html Css Color HEX #C98594 Puce

📋 copy color: '#C98594'

red 201 ◦ green 133 ◦ blue 148

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

Shades of Puce #C98594

Tints of Puce #C98594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 41.7%
G = 27.59%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C98594 (or 0xC98594) is known color: Puce. HEX triplet: C9, 85 and 94. RGB value is (201,133,148). Sum of RGB (Red+Green+Blue) = 201+133+148=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C98594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98594 is #367A6B. Grayscale: #9B9B9B. Windows color (decimal): -3570284 or 9733577. OLE color: 9733577.

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

Color convert

RGB 201 133 148 -
CMYK 0 0.34 0.26 0.21
HSL 346.76º 0.39% 0.65% -
HSV(B) 346.76º 0.34% 0.79% -
XYZ 37.82 31.33 32.07 -
YUV 155.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 201 133 148 0 0.34 0.26 0.21 346.76 0.39 0.65
Hex C9 85 94 0 22 1A 15 15B 27 41
Octal 311 205 224 0 42 32 25 533 47 101
Binary 11001001 10000101 10010100 0 100010 11010 10101 101011011 100111 1000001

Color Harmonies of #C98594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98594

Black with #C98594

Text Example


Text Example

White with #C98594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98594; }

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

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

background-color css

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

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

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

border-color css

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

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

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