Html Css Color HEX #C18192 Puce

📋 copy color: '#C18192'

red 193 ◦ green 129 ◦ blue 146

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

Shades of Puce #C18192

Tints of Puce #C18192

RGB

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

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

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

R = 41.24%
G = 27.56%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C18192 (or 0xC18192) is known color: Puce. HEX triplet: C1, 81 and 92. RGB value is (193,129,146). Sum of RGB (Red+Green+Blue) = 193+129+146=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C18192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18192 is #3E7E6D. Grayscale: #969696. Windows color (decimal): -4095598 or 9601473. OLE color: 9601473.

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

Color convert

RGB 193 129 146 -
CMYK 0 0.33 0.24 0.24
HSL 344.06º 0.34% 0.63% -
HSV(B) 344.06º 0.33% 0.76% -
XYZ 35.03 29.11 30.97 -
YUV 150.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 193 129 146 0 0.33 0.24 0.24 344.06 0.34 0.63
Hex C1 81 92 0 21 18 18 158 22 3F
Octal 301 201 222 0 41 30 30 530 42 77
Binary 11000001 10000001 10010010 0 100001 11000 11000 101011000 100010 111111

Color Harmonies of #C18192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18192

Black with #C18192

Text Example


Text Example

White with #C18192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18192; }

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

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

background-color css

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

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

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

border-color css

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

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

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