Html Css Color HEX #C2819A Puce

📋 copy color: '#C2819A'

red 194 ◦ green 129 ◦ blue 154

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

Shades of Puce #C2819A

Tints of Puce #C2819A

RGB

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

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

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

R = 40.67%
G = 27.04%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2819A (or 0xC2819A) is known color: Puce. HEX triplet: C2, 81 and 9A. RGB value is (194,129,154). Sum of RGB (Red+Green+Blue) = 194+129+154=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819A is #3D7E65. Grayscale: #979797. Windows color (decimal): -4030054 or 10125762. OLE color: 10125762.

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

Color convert

RGB 194 129 154 -
CMYK 0 0.34 0.21 0.24
HSL 336.92º 0.35% 0.63% -
HSV(B) 336.92º 0.34% 0.76% -
XYZ 35.93 29.5 34.37 -
YUV 151.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 194 129 154 0 0.34 0.21 0.24 336.92 0.35 0.63
Hex C2 81 9A 0 22 15 18 151 23 3F
Octal 302 201 232 0 42 25 30 521 43 77
Binary 11000010 10000001 10011010 0 100010 10101 11000 101010001 100011 111111

Color Harmonies of #C2819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2819A

Black with #C2819A

Text Example


Text Example

White with #C2819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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