#CCB280

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

Shades of Ecru #CCB280

Tints of Ecru #CCB280

Color information

#CCB280 (or 0xCCB280) is unknown color: approx Ecru. HEX triplet: CC, B2 and 80. RGB value is (204,178,128). Sum of RGB (Red+Green+Blue) = 204+178+128=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB280 is #334D7F. Grayscale: #B4B4B4. Windows color (decimal): -3362176 or 8434380. OLE color: 8434380.

HSL color Cylindrical-coordinate representation of color #CCB280: hue angle of 39.47º degrees, saturation: 0.43, 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 #CCB280 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204178128-
CMYK00.130.370.2
HSL39.47º42.7%65.1%-
HSV(B)39.47º37.25%80%-
XYZ44.7246.2426.99-
YUV180.0798.61145.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=40%
G=34.90%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417812800.130.370.239.4742.765.1
HexCCB2800D2514272b41
Octal31426220001545244753101
Binary11001100101100101000000001101100101101001001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB280; }

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

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

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

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

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

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

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

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