Html Css Color HEX #C98093 Puce

📋 copy color: '#C98093'

red 201 ◦ green 128 ◦ blue 147

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

Shades of Puce #C98093

Tints of Puce #C98093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 42.23%
G = 26.89%
B = 30.88%

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

#C98093 (or 0xC98093) is known color: Puce. HEX triplet: C9, 80 and 93. RGB value is (201,128,147). Sum of RGB (Red+Green+Blue) = 201+128+147=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C98093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98093 is #367F6C. Grayscale: #979797. Windows color (decimal): -3571565 or 9666761. OLE color: 9666761.

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

Color convert

RGB 201 128 147 -
CMYK 0 0.36 0.27 0.21
HSL 344.38º 0.4% 0.65% -
HSV(B) 344.38º 0.36% 0.79% -
XYZ 37.07 29.96 31.43 -
YUV 151.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 201 128 147 0 0.36 0.27 0.21 344.38 0.4 0.65
Hex C9 80 93 0 24 1B 15 158 28 41
Octal 311 200 223 0 44 33 25 530 50 101
Binary 11001001 10000000 10010011 0 100100 11011 10101 101011000 101000 1000001

Color Harmonies of #C98093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98093

Black with #C98093

Text Example


Text Example

White with #C98093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98093; }

 p { color: rgb(201,128,147); }

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

background-color css

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

 a { background-color: rgb(201,128,147); }

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

border-color css

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

 span { border-color: rgb(201,128,147); }

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