#CEB383

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

Shades of Calico #CEB383

Tints of Calico #CEB383

Color information

#CEB383 (or 0xCEB383) is unknown color: approx Calico. HEX triplet: CE, B3 and 83. RGB value is (206,179,131). Sum of RGB (Red+Green+Blue) = 206+179+131=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB383 is #314C7C. Grayscale: #B5B5B5. Windows color (decimal): -3230845 or 8631246. OLE color: 8631246.

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

Color convert

RGB206179131-
CMYK00.130.360.19
HSL38.4º43.35%66.08%-
HSV(B)38.4º36.41%80.78%-
XYZ45.674728.14-
YUV181.699.45145.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=39.92%
G=34.69%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617913100.130.360.1938.443.3566.08
HexCEB3830D2413262b42
Octal31626320301544234653102
Binary11001110101100111000001101101100100100111001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB383; }

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

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

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

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

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

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

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

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