Html Css Color HEX #C4818D Puce

📋 copy color: '#C4818D'

red 196 ◦ green 129 ◦ blue 141

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

Shades of Puce #C4818D

Tints of Puce #C4818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 42.06%
G = 27.68%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4818D (or 0xC4818D) is known color: Puce. HEX triplet: C4, 81 and 8D. RGB value is (196,129,141). Sum of RGB (Red+Green+Blue) = 196+129+141=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4818D is #3B7E72. Grayscale: #969696. Windows color (decimal): -3898995 or 9273796. OLE color: 9273796.

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

Color convert

RGB 196 129 141 -
CMYK 0 0.34 0.28 0.23
HSL 349.25º 0.36% 0.64% -
HSV(B) 349.25º 0.34% 0.77% -
XYZ 35.42 29.36 29 -
YUV 150.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 196 129 141 0 0.34 0.28 0.23 349.25 0.36 0.64
Hex C4 81 8D 0 22 1C 17 15D 24 40
Octal 304 201 215 0 42 34 27 535 44 100
Binary 11000100 10000001 10001101 0 100010 11100 10111 101011101 100100 1000000

Color Harmonies of #C4818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4818D

Black with #C4818D

Text Example


Text Example

White with #C4818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4818D; }

 p { color: rgb(196,129,141); }

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

background-color css

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

 a { background-color: rgb(196,129,141); }

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

border-color css

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

 span { border-color: rgb(196,129,141); }

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