Html Css Color HEX #CEAD60 Apache

📋 copy color: '#CEAD60'

red 206 ◦ green 173 ◦ blue 96

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

Shades of Apache #CEAD60

Tints of Apache #CEAD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.42%

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

R = 43.37%
G = 36.42%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEAD60 (or 0xCEAD60) is known color: Apache. HEX triplet: CE, AD and 60. RGB value is (206,173,96). Sum of RGB (Red+Green+Blue) = 206+173+96=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD60 is #31529F. Grayscale: #AEAEAE. Windows color (decimal): -3232416 or 6335950. OLE color: 6335950.

HSL color Cylindrical-coordinate representation of color #CEAD60: hue angle of 42º 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 #CEAD60 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 96 -
CMYK 0 0.16 0.53 0.19
HSL 42º 0.53% 0.59% -
HSV(B) 42º 0.53% 0.81% -
XYZ 42.51 43.85 17.29 -
YUV 174.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 206 173 96 0 0.16 0.53 0.19 42 0.53 0.59
Hex CE AD 60 0 10 35 13 2A 35 3B
Octal 316 255 140 0 20 65 23 52 65 73
Binary 11001110 10101101 1100000 0 10000 110101 10011 101010 110101 111011

Color Harmonies of #CEAD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD60

Black with #CEAD60

Text Example


Text Example

White with #CEAD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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