Html Css Color HEX #C3829C Puce

📋 copy color: '#C3829C'

red 195 ◦ green 130 ◦ blue 156

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

Shades of Puce #C3829C

Tints of Puce #C3829C

RGB

 RED value IS 195 (76.56% from 255) = 40.54%

 GREEN value IS 130 (51.17% from 255) = 27.03%

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

R = 40.54%
G = 27.03%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C3829C (or 0xC3829C) is known color: Puce. HEX triplet: C3, 82 and 9C. RGB value is (195,130,156). Sum of RGB (Red+Green+Blue) = 195+130+156=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3829C is #3C7D63. Grayscale: #989898. Windows color (decimal): -3964260 or 10257091. OLE color: 10257091.

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

Color convert

RGB 195 130 156 -
CMYK 0 0.33 0.20 0.24
HSL 336º 0.35% 0.64% -
HSV(B) 336º 0.33% 0.76% -
XYZ 36.49 29.97 35.31 -
YUV 152.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 195 130 156 0 0.33 0.20 0.24 336 0.35 0.64
Hex C3 82 9C 0 21 14 18 150 23 40
Octal 303 202 234 0 41 24 30 520 43 100
Binary 11000011 10000010 10011100 0 100001 10100 11000 101010000 100011 1000000

Color Harmonies of #C3829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3829C

Black with #C3829C

Text Example


Text Example

White with #C3829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3829C; }

 p { color: rgb(195,130,156); }

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

background-color css

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

 a { background-color: rgb(195,130,156); }

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

border-color css

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

 span { border-color: rgb(195,130,156); }

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