Html Css Color HEX #C2829D Puce

📋 copy color: '#C2829D'

red 194 ◦ green 130 ◦ blue 157

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

Shades of Puce #C2829D

Tints of Puce #C2829D

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

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

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 40.33%
G = 27.03%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2829D (or 0xC2829D) is known color: Puce. HEX triplet: C2, 82 and 9D. RGB value is (194,130,157). Sum of RGB (Red+Green+Blue) = 194+130+157=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2829D is #3D7D62. Grayscale: #989898. Windows color (decimal): -4029795 or 10322626. OLE color: 10322626.

HSL color Cylindrical-coordinate representation of color #C2829D: hue angle of 334.69º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2829D is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 157 -
CMYK 0 0.33 0.19 0.24
HSL 334.69º 0.34% 0.64% -
HSV(B) 334.69º 0.33% 0.76% -
XYZ 36.32 29.87 35.75 -
YUV 152.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 194 130 157 0 0.33 0.19 0.24 334.69 0.34 0.64
Hex C2 82 9D 0 21 13 18 14F 22 40
Octal 302 202 235 0 41 23 30 517 42 100
Binary 11000010 10000010 10011101 0 100001 10011 11000 101001111 100010 1000000

Color Harmonies of #C2829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2829D

Black with #C2829D

Text Example


Text Example

White with #C2829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2829D; }

 p { color: rgb(194,130,157); }

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

background-color css

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

 a { background-color: rgb(194,130,157); }

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

border-color css

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

 span { border-color: rgb(194,130,157); }

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