#C4C88B

Color #C4C88B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C4C88B

Tints of Deco #C4C88B

Color information

#C4C88B (or 0xC4C88B) is unknown color: approx Deco. HEX triplet: C4, C8 and 8B. RGB value is (196,200,139). Sum of RGB (Red+Green+Blue) = 196+200+139=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C88B is #3B3774. Grayscale: #C0C0C0. Windows color (decimal): -3880821 or 9160900. OLE color: 9160900.

HSL color Cylindrical-coordinate representation of color #C4C88B: hue angle of 63.93º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4C88B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB196200139-
CMYK0.0200.300.22
HSL63.93º35.67%66.47%-
HSV(B)63.93º30.5%78.43%-
XYZ48.0854.9132.49-
YUV191.8598.17130.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=36.64%
G=37.38%
B=25.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001390.0200.300.2263.9335.6766.47
HexC4C88B201E16402442
Octal30431021320362610044102
Binary110001001100100010001011100111101011010000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C88B; }

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

 H1.HeaderClassName
 {
   color: #C4C88B;
 }
 .AnyTagClassName
 {
   color: #C4C88B;
 }
</style>
background-color css

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

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

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

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

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

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