Html Css Color HEX #CEAF56 Apache

📋 copy color: '#CEAF56'

red 206 ◦ green 175 ◦ blue 86

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

Shades of Apache #CEAF56

Tints of Apache #CEAF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 44.11%
G = 37.47%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEAF56 (or 0xCEAF56) is known color: Apache. HEX triplet: CE, AF and 56. RGB value is (206,175,86). Sum of RGB (Red+Green+Blue) = 206+175+86=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF56 is #3150A9. Grayscale: #AEAEAE. Windows color (decimal): -3231914 or 5681102. OLE color: 5681102.

HSL color Cylindrical-coordinate representation of color #CEAF56: hue angle of 44.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 #CEAF56 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 86 -
CMYK 0 0.15 0.58 0.19
HSL 44.5º 0.55% 0.57% -
HSV(B) 44.5º 0.58% 0.81% -
XYZ 42.46 44.45 15.15 -
YUV 174.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 206 175 86 0 0.15 0.58 0.19 44.5 0.55 0.57
Hex CE AF 56 0 F 3A 13 2C 37 39
Octal 316 257 126 0 17 72 23 54 67 71
Binary 11001110 10101111 1010110 0 1111 111010 10011 101100 110111 111001

Color Harmonies of #CEAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF56

Black with #CEAF56

Text Example


Text Example

White with #CEAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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