Html Css Color HEX #C1819A Puce

📋 copy color: '#C1819A'

red 193 ◦ green 129 ◦ blue 154

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

Shades of Puce #C1819A

Tints of Puce #C1819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 40.55%
G = 27.1%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1819A (or 0xC1819A) is known color: Puce. HEX triplet: C1, 81 and 9A. RGB value is (193,129,154). Sum of RGB (Red+Green+Blue) = 193+129+154=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1819A is #3E7E65. Grayscale: #969696. Windows color (decimal): -4095590 or 10125761. OLE color: 10125761.

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

Color convert

RGB 193 129 154 -
CMYK 0 0.33 0.20 0.24
HSL 336.56º 0.34% 0.63% -
HSV(B) 336.56º 0.33% 0.76% -
XYZ 35.68 29.37 34.36 -
YUV 150.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 193 129 154 0 0.33 0.20 0.24 336.56 0.34 0.63
Hex C1 81 9A 0 21 14 18 151 22 3F
Octal 301 201 232 0 41 24 30 521 42 77
Binary 11000001 10000001 10011010 0 100001 10100 11000 101010001 100010 111111

Color Harmonies of #C1819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1819A

Black with #C1819A

Text Example


Text Example

White with #C1819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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