Html Css Color HEX #C4868D Puce

📋 copy color: '#C4868D'

red 196 ◦ green 134 ◦ blue 141

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

Shades of Puce #C4868D

Tints of Puce #C4868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 41.61%
G = 28.45%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4868D (or 0xC4868D) is known color: Puce. HEX triplet: C4, 86 and 8D. RGB value is (196,134,141). Sum of RGB (Red+Green+Blue) = 196+134+141=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4868D is #3B7972. Grayscale: #999999. Windows color (decimal): -3897715 or 9275076. OLE color: 9275076.

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

Color convert

RGB 196 134 141 -
CMYK 0 0.32 0.28 0.23
HSL 353.23º 0.34% 0.65% -
HSV(B) 353.23º 0.32% 0.77% -
XYZ 36.1 30.71 29.22 -
YUV 153.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 196 134 141 0 0.32 0.28 0.23 353.23 0.34 0.65
Hex C4 86 8D 0 20 1C 17 161 22 41
Octal 304 206 215 0 40 34 27 541 42 101
Binary 11000100 10000110 10001101 0 100000 11100 10111 101100001 100010 1000001

Color Harmonies of #C4868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4868D

Black with #C4868D

Text Example


Text Example

White with #C4868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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