Html Css Color HEX #C4838E Puce

📋 copy color: '#C4838E'

red 196 ◦ green 131 ◦ blue 142

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

Shades of Puce #C4838E

Tints of Puce #C4838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 41.79%
G = 27.93%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4838E (or 0xC4838E) is known color: Puce. HEX triplet: C4, 83 and 8E. RGB value is (196,131,142). Sum of RGB (Red+Green+Blue) = 196+131+142=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838E is #3B7C71. Grayscale: #979797. Windows color (decimal): -3898482 or 9339844. OLE color: 9339844.

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

Color convert

RGB 196 131 142 -
CMYK 0 0.33 0.28 0.23
HSL 349.85º 0.36% 0.64% -
HSV(B) 349.85º 0.33% 0.77% -
XYZ 35.76 29.92 29.48 -
YUV 151.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 196 131 142 0 0.33 0.28 0.23 349.85 0.36 0.64
Hex C4 83 8E 0 21 1C 17 15E 24 40
Octal 304 203 216 0 41 34 27 536 44 100
Binary 11000100 10000011 10001110 0 100001 11100 10111 101011110 100100 1000000

Color Harmonies of #C4838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4838E

Black with #C4838E

Text Example


Text Example

White with #C4838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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