#C18398

Color #C18398 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C18398

Tints of Puce #C18398

Color information

#C18398 (or 0xC18398) is unknown color: approx Puce. HEX triplet: C1, 83 and 98. RGB value is (193,131,152). Sum of RGB (Red+Green+Blue) = 193+131+152=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C18398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18398 is #3E7C67. Grayscale: #979797. Windows color (decimal): -4095080 or 9995201. OLE color: 9995201.

HSL color Cylindrical-coordinate representation of color #C18398: hue angle of 339.68º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18398 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB193131152-
CMYK00.320.210.24
HSL339.68º33.33%63.53%-
HSV(B)339.68º32.12%75.69%-
XYZ35.7829.8433.58-
YUV151.93128.04157.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=40.55%
G=27.52%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313115200.320.210.24339.6833.3363.53
HexC1839802015181542140
Octal301203230040253052441100
Binary110000011000001110011000010000010101110001010101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18398; }

 p { color: rgb(193,131,152); }

 H1.HeaderClassName
 {
   color: #C18398;
 }
 .AnyTagClassName
 {
   color: #C18398;
 }
</style>
background-color css

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

 a { background-color: rgb(193,131,152); }

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

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

 span { border-color: rgb(193,131,152); }

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