Html Css Color HEX #C1829A Puce

📋 copy color: '#C1829A'

red 193 ◦ green 130 ◦ blue 154

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

Shades of Puce #C1829A

Tints of Puce #C1829A

RGB

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

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

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

R = 40.46%
G = 27.25%
B = 32.29%

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

#C1829A (or 0xC1829A) is known color: Puce. HEX triplet: C1, 82 and 9A. RGB value is (193,130,154). Sum of RGB (Red+Green+Blue) = 193+130+154=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1829A is #3E7D65. Grayscale: #979797. Windows color (decimal): -4095334 or 10126017. OLE color: 10126017.

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

Color convert

RGB 193 130 154 -
CMYK 0 0.33 0.20 0.24
HSL 337.14º 0.34% 0.63% -
HSV(B) 337.14º 0.33% 0.76% -
XYZ 35.81 29.64 34.4 -
YUV 151.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 193 130 154 0 0.33 0.20 0.24 337.14 0.34 0.63
Hex C1 82 9A 0 21 14 18 151 22 3F
Octal 301 202 232 0 41 24 30 521 42 77
Binary 11000001 10000010 10011010 0 100001 10100 11000 101010001 100010 111111

Color Harmonies of #C1829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1829A

Black with #C1829A

Text Example


Text Example

White with #C1829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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