Html Css Color HEX #C4838D Puce

📋 copy color: '#C4838D'

red 196 ◦ green 131 ◦ blue 141

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

Shades of Puce #C4838D

Tints of Puce #C4838D

RGB

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

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

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

R = 41.88%
G = 27.99%
B = 30.13%

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

#C4838D (or 0xC4838D) is known color: Puce. HEX triplet: C4, 83 and 8D. RGB value is (196,131,141). Sum of RGB (Red+Green+Blue) = 196+131+141=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838D is #3B7C72. Grayscale: #979797. Windows color (decimal): -3898483 or 9274308. OLE color: 9274308.

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

Color convert

RGB 196 131 141 -
CMYK 0 0.33 0.28 0.23
HSL 350.77º 0.36% 0.64% -
HSV(B) 350.77º 0.33% 0.77% -
XYZ 35.69 29.89 29.09 -
YUV 151.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 196 131 141 0 0.33 0.28 0.23 350.77 0.36 0.64
Hex C4 83 8D 0 21 1C 17 15F 24 40
Octal 304 203 215 0 41 34 27 537 44 100
Binary 11000100 10000011 10001101 0 100001 11100 10111 101011111 100100 1000000

Color Harmonies of #C4838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4838D

Black with #C4838D

Text Example


Text Example

White with #C4838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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