Html Css Color HEX #C4818E Puce

📋 copy color: '#C4818E'

red 196 ◦ green 129 ◦ blue 142

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

Shades of Puce #C4818E

Tints of Puce #C4818E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 41.97%
G = 27.62%
B = 30.41%

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

#C4818E (or 0xC4818E) is known color: Puce. HEX triplet: C4, 81 and 8E. RGB value is (196,129,142). Sum of RGB (Red+Green+Blue) = 196+129+142=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4818E is #3B7E71. Grayscale: #969696. Windows color (decimal): -3898994 or 9339332. OLE color: 9339332.

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

Color convert

RGB 196 129 142 -
CMYK 0 0.34 0.28 0.23
HSL 348.36º 0.36% 0.64% -
HSV(B) 348.36º 0.34% 0.77% -
XYZ 35.5 29.39 29.39 -
YUV 150.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 196 129 142 0 0.34 0.28 0.23 348.36 0.36 0.64
Hex C4 81 8E 0 22 1C 17 15C 24 40
Octal 304 201 216 0 42 34 27 534 44 100
Binary 11000100 10000001 10001110 0 100010 11100 10111 101011100 100100 1000000

Color Harmonies of #C4818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4818E

Black with #C4818E

Text Example


Text Example

White with #C4818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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