Html Css Color HEX #CFAD5E Apache

📋 copy color: '#CFAD5E'

red 207 ◦ green 173 ◦ blue 94

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

Shades of Apache #CFAD5E

Tints of Apache #CFAD5E

RGB

 RED value IS 207 (81.25% from 255) = 43.67%

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

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 43.67%
G = 36.5%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFAD5E (or 0xCFAD5E) is known color: Apache. HEX triplet: CF, AD and 5E. RGB value is (207,173,94). Sum of RGB (Red+Green+Blue) = 207+173+94=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD5E is #3052A1. Grayscale: #AEAEAE. Windows color (decimal): -3166882 or 6204879. OLE color: 6204879.

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

Color convert

RGB 207 173 94 -
CMYK 0 0.16 0.55 0.19
HSL 41.95º 0.54% 0.59% -
HSV(B) 41.95º 0.55% 0.81% -
XYZ 42.7 43.96 16.82 -
YUV 174.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 207 173 94 0 0.16 0.55 0.19 41.95 0.54 0.59
Hex CF AD 5E 0 10 37 13 2A 36 3B
Octal 317 255 136 0 20 67 23 52 66 73
Binary 11001111 10101101 1011110 0 10000 110111 10011 101010 110110 111011

Color Harmonies of #CFAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD5E

Black with #CFAD5E

Text Example


Text Example

White with #CFAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD5E; }

 p { color: rgb(207,173,94); }

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

background-color css

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

 a { background-color: rgb(207,173,94); }

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

border-color css

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

 span { border-color: rgb(207,173,94); }

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