Html Css Color HEX #C18586 Puce

📋 copy color: '#C18586'

red 193 ◦ green 133 ◦ blue 134

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

Shades of Puce #C18586

Tints of Puce #C18586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 41.96%
G = 28.91%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C18586 (or 0xC18586) is known color: Puce. HEX triplet: C1, 85 and 86. RGB value is (193,133,134). Sum of RGB (Red+Green+Blue) = 193+133+134=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C18586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18586 is #3E7A79. Grayscale: #979797. Windows color (decimal): -4094586 or 8816065. OLE color: 8816065.

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

Color convert

RGB 193 133 134 -
CMYK 0 0.31 0.31 0.24
HSL 359º 0.33% 0.64% -
HSV(B) 359º 0.31% 0.76% -
XYZ 34.68 29.83 26.48 -
YUV 151.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 193 133 134 0 0.31 0.31 0.24 359 0.33 0.64
Hex C1 85 86 0 1F 1F 18 167 21 40
Octal 301 205 206 0 37 37 30 547 41 100
Binary 11000001 10000101 10000110 0 11111 11111 11000 101100111 100001 1000000

Color Harmonies of #C18586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18586

Black with #C18586

Text Example


Text Example

White with #C18586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18586; }

 p { color: rgb(193,133,134); }

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

background-color css

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

 a { background-color: rgb(193,133,134); }

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

border-color css

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

 span { border-color: rgb(193,133,134); }

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