Html Css Color HEX #CFAE57 Apache

📋 copy color: '#CFAE57'

red 207 ◦ green 174 ◦ blue 87

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

Shades of Apache #CFAE57

Tints of Apache #CFAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 44.23%
G = 37.18%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFAE57 (or 0xCFAE57) is known color: Apache. HEX triplet: CF, AE and 57. RGB value is (207,174,87). Sum of RGB (Red+Green+Blue) = 207+174+87=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE57 is #3051A8. Grayscale: #AEAEAE. Windows color (decimal): -3166633 or 5746383. OLE color: 5746383.

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

Color convert

RGB 207 174 87 -
CMYK 0 0.16 0.58 0.19
HSL 43.5º 0.56% 0.58% -
HSV(B) 43.5º 0.58% 0.81% -
XYZ 42.59 44.23 15.31 -
YUV 173.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 207 174 87 0 0.16 0.58 0.19 43.5 0.56 0.58
Hex CF AE 57 0 10 3A 13 2C 38 3A
Octal 317 256 127 0 20 72 23 54 70 72
Binary 11001111 10101110 1010111 0 10000 111010 10011 101100 111000 111010

Color Harmonies of #CFAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE57

Black with #CFAE57

Text Example


Text Example

White with #CFAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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