#C4CF8E

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

Shades of Deco #C4CF8E

Tints of Deco #C4CF8E

Color information

#C4CF8E (or 0xC4CF8E) is unknown color: approx Deco. HEX triplet: C4, CF and 8E. RGB value is (196,207,142). Sum of RGB (Red+Green+Blue) = 196+207+142=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CF8E is #3B3071. Grayscale: #C4C4C4. Windows color (decimal): -3879026 or 9359300. OLE color: 9359300.

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

Color convert

RGB196207142-
CMYK0.0500.310.19
HSL70.15º40.37%68.43%-
HSV(B)70.15º31.4%81.18%-
XYZ49.9658.3134.21-
YUV196.397.36127.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=35.96%
G=37.98%
B=26.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071420.0500.310.1970.1540.3768.43
HexC4CF8E501F13462844
Octal30431721650372310650104
Binary1100010011001111100011101010111111001110001101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF8E; }

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

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

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

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

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

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

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

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