Html Css Color HEX #C2838C Puce

📋 copy color: '#C2838C'

red 194 ◦ green 131 ◦ blue 140

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

Shades of Puce #C2838C

Tints of Puce #C2838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 41.72%
G = 28.17%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2838C (or 0xC2838C) is known color: Puce. HEX triplet: C2, 83 and 8C. RGB value is (194,131,140). Sum of RGB (Red+Green+Blue) = 194+131+140=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2838C is #3D7C73. Grayscale: #969696. Windows color (decimal): -4029556 or 9208770. OLE color: 9208770.

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

Color convert

RGB 194 131 140 -
CMYK 0 0.32 0.28 0.24
HSL 351.43º 0.34% 0.64% -
HSV(B) 351.43º 0.32% 0.76% -
XYZ 35.1 29.6 28.67 -
YUV 150.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 194 131 140 0 0.32 0.28 0.24 351.43 0.34 0.64
Hex C2 83 8C 0 20 1C 18 15F 22 40
Octal 302 203 214 0 40 34 30 537 42 100
Binary 11000010 10000011 10001100 0 100000 11100 11000 101011111 100010 1000000

Color Harmonies of #C2838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2838C

Black with #C2838C

Text Example


Text Example

White with #C2838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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