Html Css Color HEX #C2849A Puce

📋 copy color: '#C2849A'

red 194 ◦ green 132 ◦ blue 154

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

Shades of Puce #C2849A

Tints of Puce #C2849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

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

R = 40.42%
G = 27.5%
B = 32.08%

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

#C2849A (or 0xC2849A) is known color: Puce. HEX triplet: C2, 84 and 9A. RGB value is (194,132,154). Sum of RGB (Red+Green+Blue) = 194+132+154=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2849A is #3D7B65. Grayscale: #999999. Windows color (decimal): -4029286 or 10126530. OLE color: 10126530.

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

Color convert

RGB 194 132 154 -
CMYK 0 0.32 0.21 0.24
HSL 338.71º 0.34% 0.64% -
HSV(B) 338.71º 0.32% 0.76% -
XYZ 36.33 30.3 34.51 -
YUV 153.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 194 132 154 0 0.32 0.21 0.24 338.71 0.34 0.64
Hex C2 84 9A 0 20 15 18 153 22 40
Octal 302 204 232 0 40 25 30 523 42 100
Binary 11000010 10000100 10011010 0 100000 10101 11000 101010011 100010 1000000

Color Harmonies of #C2849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2849A

Black with #C2849A

Text Example


Text Example

White with #C2849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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