Html Css Color HEX #C4808F Puce

📋 copy color: '#C4808F'

red 196 ◦ green 128 ◦ blue 143

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

Shades of Puce #C4808F

Tints of Puce #C4808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 41.97%
G = 27.41%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4808F (or 0xC4808F) is known color: Puce. HEX triplet: C4, 80 and 8F. RGB value is (196,128,143). Sum of RGB (Red+Green+Blue) = 196+128+143=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808F is #3B7F70. Grayscale: #969696. Windows color (decimal): -3899249 or 9404612. OLE color: 9404612.

HSL color Cylindrical-coordinate representation of color #C4808F: hue angle of 346.76º 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 #C4808F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 143 -
CMYK 0 0.35 0.27 0.23
HSL 346.76º 0.37% 0.64% -
HSV(B) 346.76º 0.35% 0.77% -
XYZ 35.44 29.16 29.75 -
YUV 150.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 196 128 143 0 0.35 0.27 0.23 346.76 0.37 0.64
Hex C4 80 8F 0 23 1B 17 15B 25 40
Octal 304 200 217 0 43 33 27 533 45 100
Binary 11000100 10000000 10001111 0 100011 11011 10111 101011011 100101 1000000

Color Harmonies of #C4808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4808F

Black with #C4808F

Text Example


Text Example

White with #C4808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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