#C7B27B

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

Shades of Ecru #C7B27B

Tints of Ecru #C7B27B

Color information

#C7B27B (or 0xC7B27B) is unknown color: approx Ecru. HEX triplet: C7, B2 and 7B. RGB value is (199,178,123). Sum of RGB (Red+Green+Blue) = 199+178+123=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B27B is #384D84. Grayscale: #B2B2B2. Windows color (decimal): -3689861 or 8106695. OLE color: 8106695.

HSL color Cylindrical-coordinate representation of color #C7B27B: hue angle of 43.42º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7B27B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199178123-
CMYK00.110.380.22
HSL43.42º40.43%63.14%-
HSV(B)43.42º38.19%78.04%-
XYZ43.0545.4125.24-
YUV178.0196.96142.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=39.8%
G=35.6%
B=24.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917812300.110.380.2243.4240.4363.14
HexC7B27B0B26162b283f
Octal3072621730134626535077
Binary110001111011001011110110101110011010110101011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B27B; }

 p { color: rgb(199,178,123); }

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

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

 a { background-color: rgb(199,178,123); }

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

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

 span { border-color: rgb(199,178,123); }

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