Html Css Color HEX #C2819B Puce

📋 copy color: '#C2819B'

red 194 ◦ green 129 ◦ blue 155

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

Shades of Puce #C2819B

Tints of Puce #C2819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 40.59%
G = 26.99%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2819B (or 0xC2819B) is known color: Puce. HEX triplet: C2, 81 and 9B. RGB value is (194,129,155). Sum of RGB (Red+Green+Blue) = 194+129+155=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819B is #3D7E64. Grayscale: #979797. Windows color (decimal): -4030053 or 10191298. OLE color: 10191298.

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

Color convert

RGB 194 129 155 -
CMYK 0 0.34 0.20 0.24
HSL 336º 0.35% 0.63% -
HSV(B) 336º 0.34% 0.76% -
XYZ 36.01 29.54 34.81 -
YUV 151.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 194 129 155 0 0.34 0.20 0.24 336 0.35 0.63
Hex C2 81 9B 0 22 14 18 150 23 3F
Octal 302 201 233 0 42 24 30 520 43 77
Binary 11000010 10000001 10011011 0 100010 10100 11000 101010000 100011 111111

Color Harmonies of #C2819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2819B

Black with #C2819B

Text Example


Text Example

White with #C2819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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