Html Css Color HEX #C2839A Puce

📋 copy color: '#C2839A'

red 194 ◦ green 131 ◦ blue 154

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

Shades of Puce #C2839A

Tints of Puce #C2839A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 40.5%
G = 27.35%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2839A (or 0xC2839A) is known color: Puce. HEX triplet: C2, 83 and 9A. RGB value is (194,131,154). Sum of RGB (Red+Green+Blue) = 194+131+154=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2839A is #3D7C65. Grayscale: #989898. Windows color (decimal): -4029542 or 10126274. OLE color: 10126274.

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

Color convert

RGB 194 131 154 -
CMYK 0 0.32 0.21 0.24
HSL 338.1º 0.34% 0.64% -
HSV(B) 338.1º 0.32% 0.76% -
XYZ 36.2 30.04 34.46 -
YUV 152.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 194 131 154 0 0.32 0.21 0.24 338.1 0.34 0.64
Hex C2 83 9A 0 20 15 18 152 22 40
Octal 302 203 232 0 40 25 30 522 42 100
Binary 11000010 10000011 10011010 0 100000 10101 11000 101010010 100010 1000000

Color Harmonies of #C2839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2839A

Black with #C2839A

Text Example


Text Example

White with #C2839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2839A; }

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

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

background-color css

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

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

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

border-color css

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

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

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