Html Css Color HEX #C18296 Puce

📋 copy color: '#C18296'

red 193 ◦ green 130 ◦ blue 150

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

Shades of Puce #C18296

Tints of Puce #C18296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 40.8%
G = 27.48%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C18296 (or 0xC18296) is known color: Puce. HEX triplet: C1, 82 and 96. RGB value is (193,130,150). Sum of RGB (Red+Green+Blue) = 193+130+150=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C18296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18296 is #3E7D69. Grayscale: #979797. Windows color (decimal): -4095338 or 9863873. OLE color: 9863873.

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

Color convert

RGB 193 130 150 -
CMYK 0 0.33 0.22 0.24
HSL 340.95º 0.34% 0.63% -
HSV(B) 340.95º 0.33% 0.76% -
XYZ 35.48 29.5 32.68 -
YUV 151.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 193 130 150 0 0.33 0.22 0.24 340.95 0.34 0.63
Hex C1 82 96 0 21 16 18 155 22 3F
Octal 301 202 226 0 41 26 30 525 42 77
Binary 11000001 10000010 10010110 0 100001 10110 11000 101010101 100010 111111

Color Harmonies of #C18296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18296

Black with #C18296

Text Example


Text Example

White with #C18296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18296; }

 p { color: rgb(193,130,150); }

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

background-color css

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

 a { background-color: rgb(193,130,150); }

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

border-color css

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

 span { border-color: rgb(193,130,150); }

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