Html Css Color HEX #C2839C Puce

📋 copy color: '#C2839C'

red 194 ◦ green 131 ◦ blue 156

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

Shades of Puce #C2839C

Tints of Puce #C2839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 40.33%
G = 27.23%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2839C (or 0xC2839C) is known color: Puce. HEX triplet: C2, 83 and 9C. RGB value is (194,131,156). Sum of RGB (Red+Green+Blue) = 194+131+156=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2839C is #3D7C63. Grayscale: #989898. Windows color (decimal): -4029540 or 10257346. OLE color: 10257346.

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

Color convert

RGB 194 131 156 -
CMYK 0 0.32 0.20 0.24
HSL 336.19º 0.34% 0.64% -
HSV(B) 336.19º 0.32% 0.76% -
XYZ 36.37 30.1 35.35 -
YUV 152.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 194 131 156 0 0.32 0.20 0.24 336.19 0.34 0.64
Hex C2 83 9C 0 20 14 18 150 22 40
Octal 302 203 234 0 40 24 30 520 42 100
Binary 11000010 10000011 10011100 0 100000 10100 11000 101010000 100010 1000000

Color Harmonies of #C2839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2839C

Black with #C2839C

Text Example


Text Example

White with #C2839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2839C; }

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

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

background-color css

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

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

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

border-color css

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

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

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