Html Css Color HEX #C2819D Puce

📋 copy color: '#C2819D'

red 194 ◦ green 129 ◦ blue 157

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

Shades of Puce #C2819D

Tints of Puce #C2819D

RGB

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

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

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

R = 40.42%
G = 26.88%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2819D (or 0xC2819D) is known color: Puce. HEX triplet: C2, 81 and 9D. RGB value is (194,129,157). Sum of RGB (Red+Green+Blue) = 194+129+157=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819D is #3D7E62. Grayscale: #979797. Windows color (decimal): -4030051 or 10322370. OLE color: 10322370.

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

Color convert

RGB 194 129 157 -
CMYK 0 0.34 0.19 0.24
HSL 334.15º 0.35% 0.63% -
HSV(B) 334.15º 0.34% 0.76% -
XYZ 36.18 29.6 35.71 -
YUV 151.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 194 129 157 0 0.34 0.19 0.24 334.15 0.35 0.63
Hex C2 81 9D 0 22 13 18 14E 23 3F
Octal 302 201 235 0 42 23 30 516 43 77
Binary 11000010 10000001 10011101 0 100010 10011 11000 101001110 100011 111111

Color Harmonies of #C2819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2819D

Black with #C2819D

Text Example


Text Example

White with #C2819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2819D; }

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

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

background-color css

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

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

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

border-color css

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

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

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