Html Css Color HEX #CEA755 Apache

📋 copy color: '#CEA755'

red 206 ◦ green 167 ◦ blue 85

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

Shades of Apache #CEA755

Tints of Apache #CEA755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.56%

R = 44.98%
G = 36.46%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA755 (or 0xCEA755) is known color: Apache. HEX triplet: CE, A7 and 55. RGB value is (206,167,85). Sum of RGB (Red+Green+Blue) = 206+167+85=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA755 is #3158AA. Grayscale: #A9A9A9. Windows color (decimal): -3233963 or 5613518. OLE color: 5613518.

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

Color convert

RGB 206 167 85 -
CMYK 0 0.19 0.59 0.19
HSL 40.66º 0.55% 0.57% -
HSV(B) 40.66º 0.59% 0.81% -
XYZ 40.91 41.42 14.43 -
YUV 169.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 206 167 85 0 0.19 0.59 0.19 40.66 0.55 0.57
Hex CE A7 55 0 13 3B 13 29 37 39
Octal 316 247 125 0 23 73 23 51 67 71
Binary 11001110 10100111 1010101 0 10011 111011 10011 101001 110111 111001

Color Harmonies of #CEA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA755

Black with #CEA755

Text Example


Text Example

White with #CEA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA755; }

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

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

background-color css

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

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

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

border-color css

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

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

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