#C4CF8A

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

Shades of Deco #C4CF8A

Tints of Deco #C4CF8A

Color information

#C4CF8A (or 0xC4CF8A) is unknown color: approx Deco. HEX triplet: C4, CF and 8A. RGB value is (196,207,138). Sum of RGB (Red+Green+Blue) = 196+207+138=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CF8A is #3B3075. Grayscale: #C4C4C4. Windows color (decimal): -3879030 or 9097156. OLE color: 9097156.

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

Color convert

RGB196207138-
CMYK0.0500.330.19
HSL69.57º41.82%67.65%-
HSV(B)69.57º33.33%81.18%-
XYZ49.6758.232.66-
YUV195.8495.36128.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=36.23%
G=38.26%
B=25.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071380.0500.330.1969.5741.8267.65
HexC4CF8A502113462a44
Octal30431721250412310652104
Binary11000100110011111000101010101000011001110001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF8A; }

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

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

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

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

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

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

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

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