Html Css Color HEX #C0829A Puce

📋 copy color: '#C0829A'

red 192 ◦ green 130 ◦ blue 154

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

Shades of Puce #C0829A

Tints of Puce #C0829A

RGB

 RED value IS 192 (75.39% from 255) = 40.34%

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

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

R = 40.34%
G = 27.31%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0829A (or 0xC0829A) is known color: Puce. HEX triplet: C0, 82 and 9A. RGB value is (192,130,154). Sum of RGB (Red+Green+Blue) = 192+130+154=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0829A is #3F7D65. Grayscale: #979797. Windows color (decimal): -4160870 or 10126016. OLE color: 10126016.

HSL color Cylindrical-coordinate representation of color #C0829A: hue angle of 336.77º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0829A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 154 -
CMYK 0 0.32 0.20 0.25
HSL 336.77º 0.33% 0.63% -
HSV(B) 336.77º 0.32% 0.75% -
XYZ 35.55 29.5 34.39 -
YUV 151.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 192 130 154 0 0.32 0.20 0.25 336.77 0.33 0.63
Hex C0 82 9A 0 20 14 19 151 21 3F
Octal 300 202 232 0 40 24 31 521 41 77
Binary 11000000 10000010 10011010 0 100000 10100 11001 101010001 100001 111111

Color Harmonies of #C0829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0829A

Black with #C0829A

Text Example


Text Example

White with #C0829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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