Html Css Color HEX #CEA265 Apache

📋 copy color: '#CEA265'

red 206 ◦ green 162 ◦ blue 101

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

Shades of Apache #CEA265

Tints of Apache #CEA265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 43.92%
G = 34.54%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA265 (or 0xCEA265) is known color: Apache. HEX triplet: CE, A2 and 65. RGB value is (206,162,101). Sum of RGB (Red+Green+Blue) = 206+162+101=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA265 is #315D9A. Grayscale: #A8A8A8. Windows color (decimal): -3235227 or 6660814. OLE color: 6660814.

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

Color convert

RGB 206 162 101 -
CMYK 0 0.21 0.51 0.19
HSL 34.86º 0.52% 0.6% -
HSV(B) 34.86º 0.51% 0.81% -
XYZ 40.72 39.9 17.87 -
YUV 168.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 206 162 101 0 0.21 0.51 0.19 34.86 0.52 0.6
Hex CE A2 65 0 15 33 13 23 34 3C
Octal 316 242 145 0 25 63 23 43 64 74
Binary 11001110 10100010 1100101 0 10101 110011 10011 100011 110100 111100

Color Harmonies of #CEA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA265

Black with #CEA265

Text Example


Text Example

White with #CEA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA265; }

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

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

background-color css

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

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

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

border-color css

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

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

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