Html Css Color HEX #C5829A Puce

📋 copy color: '#C5829A'

red 197 ◦ green 130 ◦ blue 154

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

Shades of Puce #C5829A

Tints of Puce #C5829A

RGB

 RED value IS 197 (77.34% from 255) = 40.96%

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

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

R = 40.96%
G = 27.03%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5829A (or 0xC5829A) is known color: Puce. HEX triplet: C5, 82 and 9A. RGB value is (197,130,154). Sum of RGB (Red+Green+Blue) = 197+130+154=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5829A is #3A7D65. Grayscale: #989898. Windows color (decimal): -3833190 or 10126021. OLE color: 10126021.

HSL color Cylindrical-coordinate representation of color #C5829A: hue angle of 338.51º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5829A is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 154 -
CMYK 0 0.34 0.22 0.23
HSL 338.51º 0.37% 0.64% -
HSV(B) 338.51º 0.34% 0.77% -
XYZ 36.84 30.17 34.45 -
YUV 152.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 197 130 154 0 0.34 0.22 0.23 338.51 0.37 0.64
Hex C5 82 9A 0 22 16 17 153 25 40
Octal 305 202 232 0 42 26 27 523 45 100
Binary 11000101 10000010 10011010 0 100010 10110 10111 101010011 100101 1000000

Color Harmonies of #C5829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5829A

Black with #C5829A

Text Example


Text Example

White with #C5829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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