Html Css Color HEX #CFA657 Apache

📋 copy color: '#CFA657'

red 207 ◦ green 166 ◦ blue 87

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

Shades of Apache #CFA657

Tints of Apache #CFA657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

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

R = 45%
G = 36.09%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFA657 (or 0xCFA657) is known color: Apache. HEX triplet: CF, A6 and 57. RGB value is (207,166,87). Sum of RGB (Red+Green+Blue) = 207+166+87=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA657 is #3059A8. Grayscale: #A9A9A9. Windows color (decimal): -3168681 or 5744335. OLE color: 5744335.

HSL color Cylindrical-coordinate representation of color #CFA657: hue angle of 39.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 #CFA657 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 87 -
CMYK 0 0.20 0.58 0.19
HSL 39.5º 0.56% 0.58% -
HSV(B) 39.5º 0.58% 0.81% -
XYZ 41.09 41.23 14.81 -
YUV 169.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 207 166 87 0 0.20 0.58 0.19 39.5 0.56 0.58
Hex CF A6 57 0 14 3A 13 28 38 3A
Octal 317 246 127 0 24 72 23 50 70 72
Binary 11001111 10100110 1010111 0 10100 111010 10011 101000 111000 111010

Color Harmonies of #CFA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA657

Black with #CFA657

Text Example


Text Example

White with #CFA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA657; }

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

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

background-color css

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

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

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

border-color css

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

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

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