Html Css Color HEX #CEA556 Apache

📋 copy color: '#CEA556'

red 206 ◦ green 165 ◦ blue 86

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

Shades of Apache #CEA556

Tints of Apache #CEA556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 86 (33.98% from 255) = 18.82%

R = 45.08%
G = 36.11%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEA556 (or 0xCEA556) is known color: Apache. HEX triplet: CE, A5 and 56. RGB value is (206,165,86). Sum of RGB (Red+Green+Blue) = 206+165+86=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA556 is #315AA9. Grayscale: #A8A8A8. Windows color (decimal): -3234474 or 5678542. OLE color: 5678542.

HSL color Cylindrical-coordinate representation of color #CEA556: hue angle of 39.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEA556 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 86 -
CMYK 0 0.20 0.58 0.19
HSL 39.5º 0.55% 0.57% -
HSV(B) 39.5º 0.58% 0.81% -
XYZ 40.59 40.7 14.52 -
YUV 168.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 206 165 86 0 0.20 0.58 0.19 39.5 0.55 0.57
Hex CE A5 56 0 14 3A 13 28 37 39
Octal 316 245 126 0 24 72 23 50 67 71
Binary 11001110 10100101 1010110 0 10100 111010 10011 101000 110111 111001

Color Harmonies of #CEA556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA556

Black with #CEA556

Text Example


Text Example

White with #CEA556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA556; }

 p { color: rgb(206,165,86); }

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

background-color css

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

 a { background-color: rgb(206,165,86); }

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

border-color css

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

 span { border-color: rgb(206,165,86); }

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