#CEA262

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

Shades of Apache #CEA262

Tints of Apache #CEA262

Color information

#CEA262 (or 0xCEA262) is unknown color: approx Apache. HEX triplet: CE, A2 and 62. RGB value is (206,162,98). Sum of RGB (Red+Green+Blue) = 206+162+98=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA262 is #315D9D. Grayscale: #A8A8A8. Windows color (decimal): -3235230 or 6464206. OLE color: 6464206.

HSL color Cylindrical-coordinate representation of color #CEA262: hue angle of 35.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEA262 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB20616298-
CMYK00.210.520.19
HSL35.56º52.43%59.61%-
HSV(B)35.56º52.43%80.78%-
XYZ40.5839.8417.11-
YUV167.8688.58155.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=44.21%
G=34.76%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061629800.210.520.1935.5652.4359.61
HexCEA262015341324343c
Octal3162421420256423446474
Binary1100111010100010110001001010111010010011100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA262; }

 p { color: rgb(206,162,98); }

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

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

 a { background-color: rgb(206,162,98); }

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

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

 span { border-color: rgb(206,162,98); }

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