Html Css Color HEX #CEA260 Apache

📋 copy color: '#CEA260'

red 206 ◦ green 162 ◦ blue 96

#CEA260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CEA260

Tints of Apache #CEA260

RGB

 RED value IS 206 (80.86% from 255) = 44.4%

 GREEN value IS 162 (63.67% from 255) = 34.91%

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 44.4%
G = 34.91%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA260 (or 0xCEA260) is known color: Apache. HEX triplet: CE, A2 and 60. RGB value is (206,162,96). Sum of RGB (Red+Green+Blue) = 206+162+96=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA260 is #315D9F. Grayscale: #A7A7A7. Windows color (decimal): -3235232 or 6333134. OLE color: 6333134.

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

Color convert

RGB 206 162 96 -
CMYK 0 0.21 0.53 0.19
HSL 36º 0.53% 0.59% -
HSV(B) 36º 0.53% 0.81% -
XYZ 40.49 39.81 16.62 -
YUV 167.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 206 162 96 0 0.21 0.53 0.19 36 0.53 0.59
Hex CE A2 60 0 15 35 13 24 35 3B
Octal 316 242 140 0 25 65 23 44 65 73
Binary 11001110 10100010 1100000 0 10101 110101 10011 100100 110101 111011

Color Harmonies of #CEA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA260

Black with #CEA260

Text Example


Text Example

White with #CEA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA260; }

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

 H1.HeaderClassName
 {
   color: #CEA260;
 }
 .AnyTagClassName
 {
   color: #CEA260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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