Html Css Color HEX #C4868B Puce

📋 copy color: '#C4868B'

red 196 ◦ green 134 ◦ blue 139

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

Shades of Puce #C4868B

Tints of Puce #C4868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 41.79%
G = 28.57%
B = 29.64%

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

#C4868B (or 0xC4868B) is known color: Puce. HEX triplet: C4, 86 and 8B. RGB value is (196,134,139). Sum of RGB (Red+Green+Blue) = 196+134+139=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4868B is #3B7974. Grayscale: #999999. Windows color (decimal): -3897717 or 9144004. OLE color: 9144004.

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

Color convert

RGB 196 134 139 -
CMYK 0 0.32 0.29 0.23
HSL 355.16º 0.34% 0.65% -
HSV(B) 355.16º 0.32% 0.77% -
XYZ 35.95 30.65 28.45 -
YUV 153.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 196 134 139 0 0.32 0.29 0.23 355.16 0.34 0.65
Hex C4 86 8B 0 20 1D 17 163 22 41
Octal 304 206 213 0 40 35 27 543 42 101
Binary 11000100 10000110 10001011 0 100000 11101 10111 101100011 100010 1000001

Color Harmonies of #C4868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4868B

Black with #C4868B

Text Example


Text Example

White with #C4868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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