#CBB27E

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

Shades of Ecru #CBB27E

Tints of Ecru #CBB27E

Color information

#CBB27E (or 0xCBB27E) is unknown color: approx Ecru. HEX triplet: CB, B2 and 7E. RGB value is (203,178,126). Sum of RGB (Red+Green+Blue) = 203+178+126=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27E is #344D81. Grayscale: #B3B3B3. Windows color (decimal): -3427714 or 8303307. OLE color: 8303307.

HSL color Cylindrical-coordinate representation of color #CBB27E: hue angle of 40.52º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBB27E is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203178126-
CMYK00.120.380.20
HSL40.52º42.54%64.51%-
HSV(B)40.52º37.93%79.61%-
XYZ44.3146.0426.29-
YUV179.5597.78144.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=40.04%
G=35.11%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317812600.120.380.2040.5242.5464.51
HexCBB27E0C2614292b41
Octal31326217601446245153101
Binary1100101110110010111111001100100110101001010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB27E; }

 p { color: rgb(203,178,126); }

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

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

 a { background-color: rgb(203,178,126); }

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

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

 span { border-color: rgb(203,178,126); }

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