Html Css Color HEX #C98694 Puce

📋 copy color: '#C98694'

red 201 ◦ green 134 ◦ blue 148

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

Shades of Puce #C98694

Tints of Puce #C98694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

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

R = 41.61%
G = 27.74%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C98694 (or 0xC98694) is known color: Puce. HEX triplet: C9, 86 and 94. RGB value is (201,134,148). Sum of RGB (Red+Green+Blue) = 201+134+148=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98694 is #36796B. Grayscale: #9B9B9B. Windows color (decimal): -3570028 or 9733833. OLE color: 9733833.

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

Color convert

RGB 201 134 148 -
CMYK 0 0.33 0.26 0.21
HSL 347.46º 0.38% 0.66% -
HSV(B) 347.46º 0.33% 0.79% -
XYZ 37.96 31.61 32.12 -
YUV 155.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 201 134 148 0 0.33 0.26 0.21 347.46 0.38 0.66
Hex C9 86 94 0 21 1A 15 15B 26 42
Octal 311 206 224 0 41 32 25 533 46 102
Binary 11001001 10000110 10010100 0 100001 11010 10101 101011011 100110 1000010

Color Harmonies of #C98694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98694

Black with #C98694

Text Example


Text Example

White with #C98694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98694; }

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

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

background-color css

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

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

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

border-color css

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

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

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