#CBB17E

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

Shades of Ecru #CBB17E

Tints of Ecru #CBB17E

Color information

#CBB17E (or 0xCBB17E) is unknown color: approx Ecru. HEX triplet: CB, B1 and 7E. RGB value is (203,177,126). Sum of RGB (Red+Green+Blue) = 203+177+126=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB17E is #344E81. Grayscale: #B3B3B3. Windows color (decimal): -3427970 or 8303051. OLE color: 8303051.

HSL color Cylindrical-coordinate representation of color #CBB17E: hue angle of 39.74º 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 #CBB17E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203177126-
CMYK00.130.380.20
HSL39.74º42.54%64.51%-
HSV(B)39.74º37.93%79.61%-
XYZ44.1245.6526.22-
YUV178.9698.11145.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 126 (49.61% from 255) = 24.90%
R=40.12%
G=34.98%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317712600.130.380.2039.7442.5464.51
HexCBB17E0D2614282b41
Octal31326117601546245053101
Binary1100101110110001111111001101100110101001010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB17E; }

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

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

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

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

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

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

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

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