Html Css Color HEX #CEA267 Apache

📋 copy color: '#CEA267'

red 206 ◦ green 162 ◦ blue 103

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

Shades of Apache #CEA267

Tints of Apache #CEA267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.87%

R = 43.74%
G = 34.39%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEA267 (or 0xCEA267) is known color: Apache. HEX triplet: CE, A2 and 67. RGB value is (206,162,103). Sum of RGB (Red+Green+Blue) = 206+162+103=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA267 is #315D98. Grayscale: #A8A8A8. Windows color (decimal): -3235225 or 6791886. OLE color: 6791886.

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

Color convert

RGB 206 162 103 -
CMYK 0 0.21 0.50 0.19
HSL 34.37º 0.51% 0.61% -
HSV(B) 34.37º 0.5% 0.81% -
XYZ 40.82 39.94 18.39 -
YUV 168.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 206 162 103 0 0.21 0.50 0.19 34.37 0.51 0.61
Hex CE A2 67 0 15 32 13 22 33 3D
Octal 316 242 147 0 25 62 23 42 63 75
Binary 11001110 10100010 1100111 0 10101 110010 10011 100010 110011 111101

Color Harmonies of #CEA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA267

Black with #CEA267

Text Example


Text Example

White with #CEA267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA267; }

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

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

background-color css

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

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

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

border-color css

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

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

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