Html Css Color HEX #C18894 Puce

📋 copy color: '#C18894'

red 193 ◦ green 136 ◦ blue 148

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

Shades of Puce #C18894

Tints of Puce #C18894

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

 GREEN value IS 136 (53.52% from 255) = 28.51%

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

R = 40.46%
G = 28.51%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C18894 (or 0xC18894) is known color: Puce. HEX triplet: C1, 88 and 94. RGB value is (193,136,148). Sum of RGB (Red+Green+Blue) = 193+136+148=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C18894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18894 is #3E776B. Grayscale: #9A9A9A. Windows color (decimal): -4093804 or 9734337. OLE color: 9734337.

HSL color Cylindrical-coordinate representation of color #C18894: hue angle of 347.37º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18894 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 148 -
CMYK 0 0.30 0.23 0.24
HSL 347.37º 0.31% 0.65% -
HSV(B) 347.37º 0.3% 0.76% -
XYZ 36.14 31.08 32.11 -
YUV 154.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 193 136 148 0 0.30 0.23 0.24 347.37 0.31 0.65
Hex C1 88 94 0 1E 17 18 15B 1F 41
Octal 301 210 224 0 36 27 30 533 37 101
Binary 11000001 10001000 10010100 0 11110 10111 11000 101011011 11111 1000001

Color Harmonies of #C18894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18894

Black with #C18894

Text Example


Text Example

White with #C18894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18894; }

 p { color: rgb(193,136,148); }

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

background-color css

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

 a { background-color: rgb(193,136,148); }

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

border-color css

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

 span { border-color: rgb(193,136,148); }

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