Html Css Color HEX #C18289 Puce

📋 copy color: '#C18289'

red 193 ◦ green 130 ◦ blue 137

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

Shades of Puce #C18289

Tints of Puce #C18289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 41.96%
G = 28.26%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C18289 (or 0xC18289) is known color: Puce. HEX triplet: C1, 82 and 89. RGB value is (193,130,137). Sum of RGB (Red+Green+Blue) = 193+130+137=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C18289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18289 is #3E7D76. Grayscale: #959595. Windows color (decimal): -4095351 or 9011905. OLE color: 9011905.

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

Color convert

RGB 193 130 137 -
CMYK 0 0.33 0.29 0.24
HSL 353.33º 0.34% 0.63% -
HSV(B) 353.33º 0.33% 0.76% -
XYZ 34.49 29.11 27.47 -
YUV 149.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 193 130 137 0 0.33 0.29 0.24 353.33 0.34 0.63
Hex C1 82 89 0 21 1D 18 161 22 3F
Octal 301 202 211 0 41 35 30 541 42 77
Binary 11000001 10000010 10001001 0 100001 11101 11000 101100001 100010 111111

Color Harmonies of #C18289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18289

Black with #C18289

Text Example


Text Example

White with #C18289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18289; }

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

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

background-color css

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

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

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

border-color css

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

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

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