#C2B27B

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

Shades of Ecru #C2B27B

Tints of Ecru #C2B27B

Color information

#C2B27B (or 0xC2B27B) is unknown color: approx Ecru. HEX triplet: C2, B2 and 7B. RGB value is (194,178,123). Sum of RGB (Red+Green+Blue) = 194+178+123=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B27B is #3D4D84. Grayscale: #B0B0B0. Windows color (decimal): -4017541 or 8106690. OLE color: 8106690.

HSL color Cylindrical-coordinate representation of color #C2B27B: hue angle of 46.48º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2B27B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB194178123-
CMYK00.080.370.24
HSL46.48º36.79%62.16%-
HSV(B)46.48º36.6%76.08%-
XYZ41.7444.7425.17-
YUV176.5197.8140.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=39.19%
G=35.96%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417812300.080.370.2446.4836.7962.16
HexC2B27B0825182e253e
Octal3022621730104530564576
Binary110000101011001011110110100010010111000101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B27B; }

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

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

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

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

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

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

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

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