#C8B17F

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

Shades of Ecru #C8B17F

Tints of Ecru #C8B17F

Color information

#C8B17F (or 0xC8B17F) is unknown color: approx Ecru. HEX triplet: C8, B1 and 7F. RGB value is (200,177,127). Sum of RGB (Red+Green+Blue) = 200+177+127=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B17F is #374E80. Grayscale: #B2B2B2. Windows color (decimal): -3624577 or 8368584. OLE color: 8368584.

HSL color Cylindrical-coordinate representation of color #C8B17F: hue angle of 41.1º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8B17F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200177127-
CMYK00.120.360.22
HSL41.1º39.89%64.12%-
HSV(B)41.1º36.5%78.43%-
XYZ43.3745.2626.53-
YUV178.1899.12143.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 127 (50% from 255) = 25.20%
R=39.68%
G=35.12%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017712700.120.360.2241.139.8964.12
HexC8B17F0C2416292840
Octal31026117701444265150100
Binary1100100010110001111111101100100100101101010011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B17F; }

 p { color: rgb(200,177,127); }

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

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

 a { background-color: rgb(200,177,127); }

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

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

 span { border-color: rgb(200,177,127); }

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