Html Css Color HEX #C4809C Puce

📋 copy color: '#C4809C'

red 196 ◦ green 128 ◦ blue 156

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

Shades of Puce #C4809C

Tints of Puce #C4809C

RGB

 RED value IS 196 (76.95% from 255) = 40.83%

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 40.83%
G = 26.67%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4809C (or 0xC4809C) is known color: Puce. HEX triplet: C4, 80 and 9C. RGB value is (196,128,156). Sum of RGB (Red+Green+Blue) = 196+128+156=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4809C is #3B7F63. Grayscale: #979797. Windows color (decimal): -3899236 or 10256580. OLE color: 10256580.

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

Color convert

RGB 196 128 156 -
CMYK 0 0.35 0.20 0.23
HSL 335.29º 0.37% 0.64% -
HSV(B) 335.29º 0.35% 0.77% -
XYZ 36.48 29.57 35.24 -
YUV 151.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 196 128 156 0 0.35 0.20 0.23 335.29 0.37 0.64
Hex C4 80 9C 0 23 14 17 14F 25 40
Octal 304 200 234 0 43 24 27 517 45 100
Binary 11000100 10000000 10011100 0 100011 10100 10111 101001111 100101 1000000

Color Harmonies of #C4809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4809C

Black with #C4809C

Text Example


Text Example

White with #C4809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4809C; }

 p { color: rgb(196,128,156); }

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

background-color css

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

 a { background-color: rgb(196,128,156); }

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

border-color css

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

 span { border-color: rgb(196,128,156); }

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