Html Css Color HEX #CEA75F Apache

📋 copy color: '#CEA75F'

red 206 ◦ green 167 ◦ blue 95

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

Shades of Apache #CEA75F

Tints of Apache #CEA75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 44.02%
G = 35.68%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA75F (or 0xCEA75F) is known color: Apache. HEX triplet: CE, A7 and 5F. RGB value is (206,167,95). Sum of RGB (Red+Green+Blue) = 206+167+95=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA75F is #3158A0. Grayscale: #AAAAAA. Windows color (decimal): -3233953 or 6268878. OLE color: 6268878.

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

Color convert

RGB 206 167 95 -
CMYK 0 0.19 0.54 0.19
HSL 38.92º 0.53% 0.59% -
HSV(B) 38.92º 0.54% 0.81% -
XYZ 41.34 41.59 16.67 -
YUV 170.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 206 167 95 0 0.19 0.54 0.19 38.92 0.53 0.59
Hex CE A7 5F 0 13 36 13 27 35 3B
Octal 316 247 137 0 23 66 23 47 65 73
Binary 11001110 10100111 1011111 0 10011 110110 10011 100111 110101 111011

Color Harmonies of #CEA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA75F

Black with #CEA75F

Text Example


Text Example

White with #CEA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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