Html Css Color HEX #C4868C Puce

📋 copy color: '#C4868C'

red 196 ◦ green 134 ◦ blue 140

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

Shades of Puce #C4868C

Tints of Puce #C4868C

RGB

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

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

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

R = 41.7%
G = 28.51%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4868C (or 0xC4868C) is known color: Puce. HEX triplet: C4, 86 and 8C. RGB value is (196,134,140). Sum of RGB (Red+Green+Blue) = 196+134+140=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4868C is #3B7973. Grayscale: #999999. Windows color (decimal): -3897716 or 9209540. OLE color: 9209540.

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

Color convert

RGB 196 134 140 -
CMYK 0 0.32 0.29 0.23
HSL 354.19º 0.34% 0.65% -
HSV(B) 354.19º 0.32% 0.77% -
XYZ 36.02 30.68 28.83 -
YUV 153.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 196 134 140 0 0.32 0.29 0.23 354.19 0.34 0.65
Hex C4 86 8C 0 20 1D 17 162 22 41
Octal 304 206 214 0 40 35 27 542 42 101
Binary 11000100 10000110 10001100 0 100000 11101 10111 101100010 100010 1000001

Color Harmonies of #C4868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4868C

Black with #C4868C

Text Example


Text Example

White with #C4868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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