Html Css Color HEX #CFAE64 Apache

📋 copy color: '#CFAE64'

red 207 ◦ green 174 ◦ blue 100

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

Shades of Apache #CFAE64

Tints of Apache #CFAE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 43.04%
G = 36.17%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFAE64 (or 0xCFAE64) is known color: Apache. HEX triplet: CF, AE and 64. RGB value is (207,174,100). Sum of RGB (Red+Green+Blue) = 207+174+100=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE64 is #30519B. Grayscale: #AFAFAF. Windows color (decimal): -3166620 or 6598351. OLE color: 6598351.

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

Color convert

RGB 207 174 100 -
CMYK 0 0.16 0.52 0.19
HSL 41.5º 0.53% 0.6% -
HSV(B) 41.5º 0.52% 0.81% -
XYZ 43.17 44.46 18.36 -
YUV 175.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 207 174 100 0 0.16 0.52 0.19 41.5 0.53 0.6
Hex CF AE 64 0 10 34 13 29 35 3C
Octal 317 256 144 0 20 64 23 51 65 74
Binary 11001111 10101110 1100100 0 10000 110100 10011 101001 110101 111100

Color Harmonies of #CFAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE64

Black with #CFAE64

Text Example


Text Example

White with #CFAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE64; }

 p { color: rgb(207,174,100); }

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

background-color css

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

 a { background-color: rgb(207,174,100); }

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

border-color css

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

 span { border-color: rgb(207,174,100); }

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