#E6CFAC

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

Shades of Givry #E6CFAC

Tints of Givry #E6CFAC

Color information

#E6CFAC (or 0xE6CFAC) is unknown color: approx Givry. HEX triplet: E6, CF and AC. RGB value is (230,207,172). Sum of RGB (Red+Green+Blue) = 230+207+172=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CFAC is #193053. Grayscale: #D2D2D2. Windows color (decimal): -1650772 or 11325414. OLE color: 11325414.

HSL color Cylindrical-coordinate representation of color #E6CFAC: hue angle of 36.21º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6CFAC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230207172-
CMYK00.100.250.10
HSL36.21º53.7%78.82%-
HSV(B)36.21º25.22%90.2%-
XYZ62.3964.4348.18-
YUV209.89106.62142.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=37.77%
G=33.99%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020717200.100.250.1036.2153.778.82
HexE6CFAC0A19A24364f
Octal34631725401231124466117
Binary111001101100111110101100010101100110101001001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFAC; }

 p { color: rgb(230,207,172); }

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

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

 a { background-color: rgb(230,207,172); }

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

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

 span { border-color: rgb(230,207,172); }

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