Html Css Color HEX #CEA760 Apache

📋 copy color: '#CEA760'

red 206 ◦ green 167 ◦ blue 96

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

Shades of Apache #CEA760

Tints of Apache #CEA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.61%

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

R = 43.92%
G = 35.61%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA760 (or 0xCEA760) is known color: Apache. HEX triplet: CE, A7 and 60. RGB value is (206,167,96). Sum of RGB (Red+Green+Blue) = 206+167+96=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA760 is #31589F. Grayscale: #AAAAAA. Windows color (decimal): -3233952 or 6334414. OLE color: 6334414.

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

Color convert

RGB 206 167 96 -
CMYK 0 0.19 0.53 0.19
HSL 38.73º 0.53% 0.59% -
HSV(B) 38.73º 0.53% 0.81% -
XYZ 41.38 41.6 16.92 -
YUV 170.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 206 167 96 0 0.19 0.53 0.19 38.73 0.53 0.59
Hex CE A7 60 0 13 35 13 27 35 3B
Octal 316 247 140 0 23 65 23 47 65 73
Binary 11001110 10100111 1100000 0 10011 110101 10011 100111 110101 111011

Color Harmonies of #CEA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA760

Black with #CEA760

Text Example


Text Example

White with #CEA760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA760; }

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

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

background-color css

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

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

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

border-color css

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

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

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