Html Css Color HEX #C4838C Puce

📋 copy color: '#C4838C'

red 196 ◦ green 131 ◦ blue 140

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

Shades of Puce #C4838C

Tints of Puce #C4838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 41.97%
G = 28.05%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4838C (or 0xC4838C) is known color: Puce. HEX triplet: C4, 83 and 8C. RGB value is (196,131,140). Sum of RGB (Red+Green+Blue) = 196+131+140=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838C is #3B7C73. Grayscale: #979797. Windows color (decimal): -3898484 or 9208772. OLE color: 9208772.

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

Color convert

RGB 196 131 140 -
CMYK 0 0.33 0.29 0.23
HSL 351.69º 0.36% 0.64% -
HSV(B) 351.69º 0.33% 0.77% -
XYZ 35.61 29.86 28.7 -
YUV 151.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 196 131 140 0 0.33 0.29 0.23 351.69 0.36 0.64
Hex C4 83 8C 0 21 1D 17 160 24 40
Octal 304 203 214 0 41 35 27 540 44 100
Binary 11000100 10000011 10001100 0 100001 11101 10111 101100000 100100 1000000

Color Harmonies of #C4838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4838C

Black with #C4838C

Text Example


Text Example

White with #C4838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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