#CEB380

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

Shades of Calico #CEB380

Tints of Calico #CEB380

Color information

#CEB380 (or 0xCEB380) is unknown color: approx Calico. HEX triplet: CE, B3 and 80. RGB value is (206,179,128). Sum of RGB (Red+Green+Blue) = 206+179+128=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB380 is #314C7F. Grayscale: #B5B5B5. Windows color (decimal): -3230848 or 8434638. OLE color: 8434638.

HSL color Cylindrical-coordinate representation of color #CEB380: hue angle of 39.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB380 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206179128-
CMYK00.130.380.19
HSL39.23º44.32%65.49%-
HSV(B)39.23º37.86%80.78%-
XYZ45.4746.9227.08-
YUV181.2697.95145.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=40.16%
G=34.89%
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.19
SystemRedGreenBlueCMYKHSL
Decimal20617912800.130.380.1939.2344.3265.49
HexCEB3800D2613272c41
Octal31626320001546234754101
Binary11001110101100111000000001101100110100111001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB380; }

 p { color: rgb(206,179,128); }

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

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

 a { background-color: rgb(206,179,128); }

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

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

 span { border-color: rgb(206,179,128); }

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