#CCB27F

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

Shades of Ecru #CCB27F

Tints of Ecru #CCB27F

Color information

#CCB27F (or 0xCCB27F) is unknown color: approx Ecru. HEX triplet: CC, B2 and 7F. RGB value is (204,178,127). Sum of RGB (Red+Green+Blue) = 204+178+127=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB27F is #334D80. Grayscale: #B4B4B4. Windows color (decimal): -3362177 or 8368844. OLE color: 8368844.

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

Color convert

RGB204178127-
CMYK00.130.380.2
HSL39.74º43.02%64.9%-
HSV(B)39.74º37.75%80%-
XYZ44.6546.2126.64-
YUV179.9698.11145.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 127 (50% from 255) = 24.95%
R=40.08%
G=34.97%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417812700.130.380.239.7443.0264.9
HexCCB27F0D2614282b41
Octal31426217701546245053101
Binary1100110010110010111111101101100110101001010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB27F; }

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

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

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

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

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

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

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

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