Html Css Color HEX #C18492 Puce

📋 copy color: '#C18492'

red 193 ◦ green 132 ◦ blue 146

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

Shades of Puce #C18492

Tints of Puce #C18492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

 BLUE value IS 146 (57.42% from 255) = 31%

R = 40.98%
G = 28.03%
B = 31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C18492 (or 0xC18492) is known color: Puce. HEX triplet: C1, 84 and 92. RGB value is (193,132,146). Sum of RGB (Red+Green+Blue) = 193+132+146=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C18492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18492 is #3E7B6D. Grayscale: #979797. Windows color (decimal): -4094830 or 9602241. OLE color: 9602241.

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

Color convert

RGB 193 132 146 -
CMYK 0 0.32 0.24 0.24
HSL 346.23º 0.33% 0.64% -
HSV(B) 346.23º 0.32% 0.76% -
XYZ 35.43 29.92 31.1 -
YUV 151.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 193 132 146 0 0.32 0.24 0.24 346.23 0.33 0.64
Hex C1 84 92 0 20 18 18 15A 21 40
Octal 301 204 222 0 40 30 30 532 41 100
Binary 11000001 10000100 10010010 0 100000 11000 11000 101011010 100001 1000000

Color Harmonies of #C18492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18492

Black with #C18492

Text Example


Text Example

White with #C18492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18492; }

 p { color: rgb(193,132,146); }

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

background-color css

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

 a { background-color: rgb(193,132,146); }

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

border-color css

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

 span { border-color: rgb(193,132,146); }

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