Html Css Color HEX #C1818A Puce

📋 copy color: '#C1818A'

red 193 ◦ green 129 ◦ blue 138

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

Shades of Puce #C1818A

Tints of Puce #C1818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 41.96%
G = 28.04%
B = 30%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1818A (or 0xC1818A) is known color: Puce. HEX triplet: C1, 81 and 8A. RGB value is (193,129,138). Sum of RGB (Red+Green+Blue) = 193+129+138=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818A is #3E7E75. Grayscale: #959595. Windows color (decimal): -4095606 or 9077185. OLE color: 9077185.

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

Color convert

RGB 193 129 138 -
CMYK 0 0.33 0.28 0.24
HSL 351.56º 0.34% 0.63% -
HSV(B) 351.56º 0.33% 0.76% -
XYZ 34.43 28.87 27.8 -
YUV 149.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 193 129 138 0 0.33 0.28 0.24 351.56 0.34 0.63
Hex C1 81 8A 0 21 1C 18 160 22 3F
Octal 301 201 212 0 41 34 30 540 42 77
Binary 11000001 10000001 10001010 0 100001 11100 11000 101100000 100010 111111

Color Harmonies of #C1818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1818A

Black with #C1818A

Text Example


Text Example

White with #C1818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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