#C4CF8D

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

Shades of Deco #C4CF8D

Tints of Deco #C4CF8D

Color information

#C4CF8D (or 0xC4CF8D) is unknown color: approx Deco. HEX triplet: C4, CF and 8D. RGB value is (196,207,141). Sum of RGB (Red+Green+Blue) = 196+207+141=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CF8D is #3B3072. Grayscale: #C4C4C4. Windows color (decimal): -3879027 or 9293764. OLE color: 9293764.

HSL color Cylindrical-coordinate representation of color #C4CF8D: hue angle of 70º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4CF8D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB196207141-
CMYK0.0500.320.19
HSL70º40.74%68.24%-
HSV(B)70º31.88%81.18%-
XYZ49.8958.2833.82-
YUV196.1996.86127.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=36.03%
G=38.05%
B=25.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071410.0500.320.197040.7468.24
HexC4CF8D502013462944
Octal30431721550402310651104
Binary11000100110011111000110110101000001001110001101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF8D; }

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

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

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

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

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

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

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

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