#CBB27F

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

Shades of Ecru #CBB27F

Tints of Ecru #CBB27F

Color information

#CBB27F (or 0xCBB27F) is unknown color: approx Ecru. HEX triplet: CB, B2 and 7F. RGB value is (203,178,127). Sum of RGB (Red+Green+Blue) = 203+178+127=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27F is #344D80. Grayscale: #B3B3B3. Windows color (decimal): -3427713 or 8368843. OLE color: 8368843.

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

Color convert

RGB203178127-
CMYK00.120.370.20
HSL40.26º42.22%64.71%-
HSV(B)40.26º37.44%79.61%-
XYZ44.3846.0726.63-
YUV179.6698.28144.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 127 (50% from 255) = 25%
R=39.96%
G=35.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317812700.120.370.2040.2642.2264.71
HexCBB27F0C2514282a41
Octal31326217701445245052101
Binary1100101110110010111111101100100101101001010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB27F; }

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

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

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

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

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

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

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

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