Html Css Color HEX #C18196 Puce

📋 copy color: '#C18196'

red 193 ◦ green 129 ◦ blue 150

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

Shades of Puce #C18196

Tints of Puce #C18196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

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

R = 40.89%
G = 27.33%
B = 31.78%

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

#C18196 (or 0xC18196) is known color: Puce. HEX triplet: C1, 81 and 96. RGB value is (193,129,150). Sum of RGB (Red+Green+Blue) = 193+129+150=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C18196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18196 is #3E7E69. Grayscale: #969696. Windows color (decimal): -4095594 or 9863617. OLE color: 9863617.

HSL color Cylindrical-coordinate representation of color #C18196: hue angle of 340.31º 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 #C18196 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 150 -
CMYK 0 0.33 0.22 0.24
HSL 340.31º 0.34% 0.63% -
HSV(B) 340.31º 0.33% 0.76% -
XYZ 35.35 29.24 32.64 -
YUV 150.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 193 129 150 0 0.33 0.22 0.24 340.31 0.34 0.63
Hex C1 81 96 0 21 16 18 154 22 3F
Octal 301 201 226 0 41 26 30 524 42 77
Binary 11000001 10000001 10010110 0 100001 10110 11000 101010100 100010 111111

Color Harmonies of #C18196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18196

Black with #C18196

Text Example


Text Example

White with #C18196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18196; }

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

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

background-color css

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

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

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

border-color css

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

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

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